Skip to content

Commit ac301e6

Browse files
committed
Utils
1 parent 86d3192 commit ac301e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/algorithms/sprint0/Utils.java

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

1212
import static org.junit.jupiter.api.Assertions.*;
1313

14-
@NoArgsConstructor(access = AccessLevel.PUBLIC)
14+
@NoArgsConstructor(access = AccessLevel.PRIVATE)
1515
public class Utils {
1616

1717
public static List<Integer> readList(BufferedReader reader) throws IOException {

0 commit comments

Comments
 (0)