From 70f4a4e18e257110f45565ba0d708f1fa48aed76 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 26 Jan 2024 22:01:07 +0000 Subject: [PATCH] 8324786: validate-source fails after JDK-8042981 Reviewed-by: darcy --- .../processing/model/util/types/TestAnnotationStripping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/langtools/tools/javac/processing/model/util/types/TestAnnotationStripping.java b/test/langtools/tools/javac/processing/model/util/types/TestAnnotationStripping.java index 79e970d7173..849ab898f9f 100644 --- a/test/langtools/tools/javac/processing/model/util/types/TestAnnotationStripping.java +++ b/test/langtools/tools/javac/processing/model/util/types/TestAnnotationStripping.java @@ -8,7 +8,7 @@ * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). *