Skip to content

Commit

Permalink
remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Nov 29, 2024
1 parent c62fe0f commit a81546d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ public static Atom getCaptureFieldName(int i) {
* Exception thrown when the method containing the body of the lambda (or the target of a method
* reference) cannot be resolved.
*/
public static class UnresolvedLambdaBodyException extends RuntimeException {
static class UnresolvedLambdaBodyException extends RuntimeException {

private static final long serialVersionUID = -6504849409929928820L;

Expand Down

0 comments on commit a81546d

Please sign in to comment.