From 89436f3176e95a7e63579796e486510c0f1da68c Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Thu, 5 Dec 2024 13:07:59 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../src/test/java/org/openrewrite/java/Java21ParserTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rewrite-java-21/src/test/java/org/openrewrite/java/Java21ParserTest.java b/rewrite-java-21/src/test/java/org/openrewrite/java/Java21ParserTest.java index c1132c9ddba..977802a1eb4 100644 --- a/rewrite-java-21/src/test/java/org/openrewrite/java/Java21ParserTest.java +++ b/rewrite-java-21/src/test/java/org/openrewrite/java/Java21ParserTest.java @@ -39,7 +39,7 @@ void shouldLoadResourceFromClasspath() throws IOException { } @Test - void testPreserveAnnotationsFromClasspath() throws IOException { + void preserveAnnotationsFromClasspath() throws IOException { JavaParser p = JavaParser.fromJavaVersion().build(); /** * Using these annotations in core library for testing this feature: