Skip to content

Commit e5dc7d9

Browse files
committed
Make a variable final for readability
1 parent 2151b1e commit e5dc7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/trees/ud/CoNLLUDocumentReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class CoNLLUDocumentReader implements
3030

3131
private static final long serialVersionUID = -7340310509954331983L;
3232

33-
private IteratorFromReaderFactory<Pair<SemanticGraph, SemanticGraph>> ifrf;
33+
private final IteratorFromReaderFactory<Pair<SemanticGraph, SemanticGraph>> ifrf;
3434

3535

3636
public CoNLLUDocumentReader() {

0 commit comments

Comments
 (0)