Skip to content

Commit d95e8b8

Browse files
committed
Fix a comment
1 parent 378e02e commit d95e8b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

itest/src/edu/stanford/nlp/pipeline/CoNLLUReaderITest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,7 @@ public void testReadingInEmpties() throws ClassNotFoundException, IOException {
428428

429429
@Test
430430
/**
431-
* Here we run fewer tests. Just make sure the EmptyToken is properly handled,
432-
* and make sure there isn't some weird line skipping going on with the rest of the tokens
431+
* Here we run fewer tests. Just make sure reading a sentence with no enhanced graph still works
433432
*/
434433
public void testReadingNoEnhanced() throws ClassNotFoundException, IOException {
435434
Annotation readInDocument = new CoNLLUReader(new Properties()).readCoNLLUFile(noEnhancedPath).get(0);

0 commit comments

Comments
 (0)