Skip to content

Commit

Permalink
Update LombokValueToRecordTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Oct 28, 2023
1 parent 0131b63 commit 16850c5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public A() {
void classWithFieldAnnotations() {
//language=java
rewriteRun(
s -> s.typeValidationOptions(TypeValidation.none()),
java(
"""
import com.fasterxml.jackson.annotation.JsonProperty;
Expand Down Expand Up @@ -286,4 +287,4 @@ public class A {
);
}
}
}
}

0 comments on commit 16850c5

Please sign in to comment.