Skip to content

Commit 3858cc4

Browse files
committed
AI code review updates
1 parent ef1f4e7 commit 3858cc4

17 files changed

Lines changed: 612 additions & 33 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ public class Main {
148148
for (DiffResult diffResult : diffResults) {
149149
if (!diffResult.isEquals()) {
150150
System.out.println("Field: " + diffResult.getField());
151-
System.out.println("Before: " + diffResult.getBefore());
152-
System.out.println("After: " + diffResult.getAfter());
151+
System.out.println("Before: " + diffResult.getExpected());
152+
System.out.println("After: " + diffResult.getCurrent());
153153
}
154154
}
155155
}

mvnw

Lines changed: 295 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)