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

declared all stages as final, where possible

parent 1983a690
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ import java.io.File;
*
* @since 1.10
*/
public class TextLine {
public final class TextLine {
private final File textFile;
private final String textLine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment