From 72ddc28e6abdbe004b3284153add6ffe44b67df7 Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Thu, 20 Feb 2025 09:48:08 +0800 Subject: [PATCH] Remove link to obsolete MetaAnnotationUtils Signed-off-by: Yanming Zhou --- ...etaAnnotationAttributesTestContextAnnotationUtilsTests.java | 3 +-- .../test/context/TestContextAnnotationUtilsTests.java | 3 +-- 2 files changed, 2 insertions(+), 4 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..15b3cdba463c 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. @@ -35,7 +35,6 @@ * * @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..1682e84866a7 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. @@ -49,7 +49,6 @@ * * @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 {