Skip to content

Commit

Permalink
Fix failing UseDiamondOperatorTest test case
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Nov 16, 2023
1 parent aa57012 commit a95d050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ void doNotChangeAnnotatedTypeParameters() {
rewriteRun(
spec -> spec
.allSources(s -> s.markers(javaVersion(9)))
.parser(JavaParser.fromJavaVersion().classpath("annotations-24.0.1")),
.parser(JavaParser.fromJavaVersion().classpath("annotations-24.1.0")),
//language=java
java("""
import org.jetbrains.annotations.Nullable;
Expand Down

0 comments on commit a95d050

Please sign in to comment.