Skip to content

Commit a4d3977

Browse files
committed
Remove unnecessary since tag in tests
1 parent 4ffbc4e commit a4d3977

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

+1-3
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.
@@ -34,8 +34,6 @@
3434
* <p>See <a href="https://jira.spring.io/browse/SPR-10181">SPR-10181</a>.
3535
*
3636
* @author Sam Brannen
37-
* @since 5.3, though originally since 4.0 for the deprecated
38-
* {@link org.springframework.test.util.MetaAnnotationUtils} support
3937
* @see TestContextAnnotationUtilsTests
4038
*/
4139
class OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests {

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

+1-3
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.
@@ -48,8 +48,6 @@
4848
* Tests for {@link TestContextAnnotationUtils}.
4949
*
5050
* @author Sam Brannen
51-
* @since 5.3, though originally since 4.0 for the deprecated
52-
* {@link org.springframework.test.util.MetaAnnotationUtils} support
5351
* @see OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests
5452
*/
5553
class TestContextAnnotationUtilsTests {

0 commit comments

Comments
 (0)