Skip to content

Commit 320a304

Browse files
committed
Improving code style
1 parent 5ac2fa2 commit 320a304

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/main/java/com/github/shitlib/java/OhShit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
public final class OhShit {
44

5-
private OhShit() {}
6-
75
public static final Object _NULL = null;
86
public static final String _EMPTY = "";
97

@@ -42,4 +40,6 @@ public static byte ohShit(byte i) {
4240
return i;
4341
}
4442

43+
private OhShit() {}
44+
4545
}

src/test/java/com/github/shitlib/java/OhShitTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,26 @@ public void ohShit_Class() {
2020

2121
@Test
2222
public void ohShit_Integer_1() {
23+
//TODO:
2324
}
2425

2526
@Test
2627
public void ohShit2() {
28+
//TODO:
2729
}
2830

2931
@Test
3032
public void ohShit3() {
33+
//TODO:
3134
}
3235

3336
@Test
3437
public void ohShit4() {
38+
//TODO:
3539
}
3640

3741
@Test
3842
public void ohShit5() {
43+
//TODO:
3944
}
4045
}

0 commit comments

Comments
 (0)