We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfac042 commit d3822a2Copy full SHA for d3822a2
spring-test/src/main/java/org/springframework/test/context/TestContext.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -43,8 +43,6 @@
43
* @see TestContextManager
44
* @see TestExecutionListener
45
*/
46
-// Suppression required due to bug in javac in Java 8: presence of default method in a Serializable interface
47
-@SuppressWarnings("serial")
48
public interface TestContext extends AttributeAccessor, Serializable {
49
50
/**
0 commit comments