Skip to content

Commit

Permalink
[trivial]
Browse files Browse the repository at this point in the history
  • Loading branch information
rzwitserloot committed Oct 17, 2024
1 parent 1ac535f commit 0e9b161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eclipseAgent/lombok/launch/PatchFixesHider.java
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ public static boolean isEmpty(char[] array) {
return array.length == 0;
}

public static Expression returnNullExpression(Object string) {
public static Expression returnNullExpression(Object arg0) {
return null;
}

Expand Down

0 comments on commit 0e9b161

Please sign in to comment.