Skip to content

Commit

Permalink
Fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Jan 20, 2025
1 parent b7ee043 commit 8dd71bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void tryCatchThrownException() {
try {
throw new RuntimeException("meow :3");
} catch (RuntimeException e) {
e.printStackTrace();
invokeConstructor();
}
}

Expand Down Expand Up @@ -104,7 +104,7 @@ abstract class Abstract implements Interface {
// false
private boolean c = true;

public Abstract() {
Abstract() {
this.m = 'o';
}

Expand Down

0 comments on commit 8dd71bb

Please sign in to comment.