Remove unnecessary since tag in tests

This commit is contained in:
Brian Clozel
2025-02-20 15:24:35 +01:00
parent 4ffbc4ea18
commit a4d3977692
2 changed files with 2 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2024 the original author or authors.
* Copyright 2002-2025 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.
@@ -34,8 +34,6 @@ import static org.springframework.test.context.TestContextAnnotationUtils.findAn
* <p>See <a href="https://jira.spring.io/browse/SPR-10181">SPR-10181</a>.
*
* @author Sam Brannen
* @since 5.3, though originally since 4.0 for the deprecated
* {@link org.springframework.test.util.MetaAnnotationUtils} support
* @see TestContextAnnotationUtilsTests
*/
class OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2024 the original author or authors.
* Copyright 2002-2025 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.
@@ -48,8 +48,6 @@ import static org.springframework.test.context.TestContextAnnotationUtils.search
* Tests for {@link TestContextAnnotationUtils}.
*
* @author Sam Brannen
* @since 5.3, though originally since 4.0 for the deprecated
* {@link org.springframework.test.util.MetaAnnotationUtils} support
* @see OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests
*/
class TestContextAnnotationUtilsTests {