Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit bb6b5d3

Browse files
author
Thibault Falque
committed
remove close because use try-ressources
1 parent 4553fb1 commit bb6b5d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/fr/univartois/sonargo/highlighter/Colorizer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public void colorize(InputFile i) {
4040
searchAndColor(line, lineNumber);
4141
lineNumber++;
4242
}
43-
br.close();
4443
} catch (final IOException e) {
4544
LOGGER.error("IO Exception", e);
4645
}

0 commit comments

Comments
 (0)