Skip to content

Commit 72ddc28

Browse files
committed
Remove link to obsolete MetaAnnotationUtils
Signed-off-by: Yanming Zhou <[email protected]>
1 parent 5dc7425 commit 72ddc28

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -35,7 +35,6 @@
3535
*
3636
* @author Sam Brannen
3737
* @since 5.3, though originally since 4.0 for the deprecated
38-
* {@link org.springframework.test.util.MetaAnnotationUtils} support
3938
* @see TestContextAnnotationUtilsTests
4039
*/
4140
class OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests {

spring-test/src/test/java/org/springframework/test/context/TestContextAnnotationUtilsTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -49,7 +49,6 @@
4949
*
5050
* @author Sam Brannen
5151
* @since 5.3, though originally since 4.0 for the deprecated
52-
* {@link org.springframework.test.util.MetaAnnotationUtils} support
5352
* @see OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests
5453
*/
5554
class TestContextAnnotationUtilsTests {

0 commit comments

Comments
 (0)