Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 20, 2024
1 parent 5c92b3a commit 9718afc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ public class InitExceptionTestClass {
private static final String TEST;

static {
TEST = throwSomethig();
TEST = throwSomething();
}

public InitExceptionTestClass() {

}

static String throwSomethig() {
static String throwSomething() {
throw new RuntimeException("STATIC FAIL");
}

Expand Down

0 comments on commit 9718afc

Please sign in to comment.