We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c92b3a commit 9718afcCopy full SHA for 9718afc
1 file changed
src/test/java/org/cryptomator/integrations/common/InitExceptionTestClass.java
@@ -6,14 +6,14 @@ public class InitExceptionTestClass {
6
private static final String TEST;
7
8
static {
9
- TEST = throwSomethig();
+ TEST = throwSomething();
10
}
11
12
public InitExceptionTestClass() {
13
14
15
16
- static String throwSomethig() {
+ static String throwSomething() {
17
throw new RuntimeException("STATIC FAIL");
18
19
0 commit comments