Revert workaround for Java 8 compiler bug

This commit is contained in:
Sam Brannen 2022-09-12 18:24:00 +02:00
parent bfac042301
commit d3822a2eb9
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -43,8 +43,6 @@ import org.springframework.test.annotation.DirtiesContext.HierarchyMode;
* @see TestContextManager
* @see TestExecutionListener
*/
// Suppression required due to bug in javac in Java 8: presence of default method in a Serializable interface
@SuppressWarnings("serial")
public interface TestContext extends AttributeAccessor, Serializable {
/**