Skip to content
Snippets Groups Projects
Commit b8ba63ae authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

Removed comment which should remeber to solve the issue from previous

commit
parent 33f552bf
Branches
Tags
No related merge requests found
......@@ -98,7 +98,7 @@ public class FileSearcherTest {
BufferedReader fileReader = new BufferedReader(new FileReader(fileName));
int lines = 0;
try {
while (fileReader.readLine() != null) { // TODO: Finally
while (fileReader.readLine() != null) {
lines = lines + 1;
}
} finally {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment