From a4d397769238acf7220f3c1d45a2e2fec1fabbaa Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 20 Feb 2025 15:24:35 +0100 Subject: [PATCH] Remove unnecessary since tag in tests --- ...taAnnotationAttributesTestContextAnnotationUtilsTests.java | 4 +--- .../test/context/TestContextAnnotationUtilsTests.java | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests.java b/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests.java index 116f615f2250..272317d4e961 100644 --- a/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTestContextAnnotationUtilsTests.java @@ -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 @@ *

See SPR-10181. * * @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 { diff --git a/spring-test/src/test/java/org/springframework/test/context/TestContextAnnotationUtilsTests.java b/spring-test/src/test/java/org/springframework/test/context/TestContextAnnotationUtilsTests.java index 1f105660a42a..83459999b59c 100644 --- a/spring-test/src/test/java/org/springframework/test/context/TestContextAnnotationUtilsTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/TestContextAnnotationUtilsTests.java @@ -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 @@ * 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 {