We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2151b1e commit e5dc7d9Copy full SHA for e5dc7d9
src/edu/stanford/nlp/trees/ud/CoNLLUDocumentReader.java
@@ -30,7 +30,7 @@ public class CoNLLUDocumentReader implements
30
31
private static final long serialVersionUID = -7340310509954331983L;
32
33
- private IteratorFromReaderFactory<Pair<SemanticGraph, SemanticGraph>> ifrf;
+ private final IteratorFromReaderFactory<Pair<SemanticGraph, SemanticGraph>> ifrf;
34
35
36
public CoNLLUDocumentReader() {
0 commit comments