We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d3192 commit ac301e6Copy full SHA for ac301e6
1 file changed
src/main/java/algorithms/sprint0/Utils.java
@@ -11,7 +11,7 @@
11
12
import static org.junit.jupiter.api.Assertions.*;
13
14
-@NoArgsConstructor(access = AccessLevel.PUBLIC)
+@NoArgsConstructor(access = AccessLevel.PRIVATE)
15
public class Utils {
16
17
public static List<Integer> readList(BufferedReader reader) throws IOException {
0 commit comments