Skip to content

Commit 6b57e0c

Browse files
committed
fix javadoc typo
1 parent 882a2e3 commit 6b57e0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/org/codehaus/plexus/util/xml/pull/MXParserTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ public void testCustomEntityNotFoundInAttrTokenize() throws Exception
11851185
}
11861186

11871187
/**
1188-
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</>
1188+
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</p>
11891189
*
11901190
* <p>test DOCDECL text with myCustomEntity that cannot be resolved, Unix line separator.</p>
11911191
*
@@ -1203,7 +1203,7 @@ public void testDocdeclTextWithEntitiesUnix()
12031203
}
12041204

12051205
/**
1206-
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</>
1206+
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</p>
12071207
*
12081208
* <p>test DOCDECL text with myCustomEntity that cannot be resolved, DOS line separator.</p>
12091209
*
@@ -1248,7 +1248,7 @@ private void testDocdeclTextWithEntities( String filename )
12481248
}
12491249

12501250
/**
1251-
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</>
1251+
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</p>
12521252
*
12531253
* <p>test DOCDECL text with entities appearing in attributes, Unix line separator.</p>
12541254
*
@@ -1266,7 +1266,7 @@ public void testDocdeclTextWithEntitiesInAttributesUnix()
12661266
}
12671267

12681268
/**
1269-
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</>
1269+
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</p>
12701270
*
12711271
* <p>test DOCDECL text with entities appearing in attributes, DOS line separator.</p>
12721272
*

0 commit comments

Comments
 (0)