Skip to content

Commit 0b33390

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] sonarcloud: This block of commented-out lines of code should be removed.
Sections of code should not be commented out java:S125
1 parent 0d62b72 commit 0b33390

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

algorithm-exercises-java/src/test/java/ae/Problem0000Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class Problem0000Test {
1010
@Test void problem0000() {
1111

1212
Integer answer = null;
13-
// Integer input = 0;
1413
Integer solutionFound = Problem0000.problem0000();
1514

1615
assertEquals(answer, solutionFound,

0 commit comments

Comments
 (0)