Merge branch '5.3.x'
# Conflicts: # spring-core/src/test/java/org/springframework/core/annotation/TypeMappedAnnotationTests.java # spring-test/src/test/java/org/springframework/test/context/junit4/TimedSpringRunnerTests.java # spring-test/src/test/java/org/springframework/test/util/MetaAnnotationUtilsTests.java # spring-test/src/test/java/org/springframework/test/util/OverriddenMetaAnnotationAttributesTests.java
This commit is contained in:
@@ -109,7 +109,7 @@ public class DelegatingDataSourceTests {
|
||||
assertThat(dataSource.isWrapperFor(ExampleWrapper.class)).isTrue();
|
||||
}
|
||||
|
||||
public static interface ExampleWrapper {
|
||||
public interface ExampleWrapper {
|
||||
}
|
||||
|
||||
private static class DelegatingDataSourceWithWrapper extends DelegatingDataSource
|
||||
|
||||
Reference in New Issue
Block a user