Skip to content

Commit 3460835

Browse files
committed
Make Tester package-private
It doesn't need to be public so it shouldn't be.
1 parent a15aa44 commit 3460835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/katiearose/Tester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import java.util.Arrays;
44

5-
public class Tester { // Kinda not a great test but better than nothing
5+
class Tester { // Kinda not a great test but better than nothing
66
public static void main(String[] args) {
77
distributionTest();
88
stressTest();

0 commit comments

Comments
 (0)