Skip to content

Commit d0c0bc6

Browse files
committed
fix javadoc typo
1 parent b341280 commit d0c0bc6

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ public void testCustomEntityNotFoundInAttrTokenize() throws Exception
12701270
}
12711271

12721272
/**
1273-
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</>
1273+
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</p>
12741274
*
12751275
* <p>test DOCDECL text with myCustomEntity that cannot be resolved, Unix line separator.</p>
12761276
*
@@ -1288,7 +1288,7 @@ public void testDocdeclTextWithEntitiesUnix()
12881288
}
12891289

12901290
/**
1291-
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</>
1291+
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</p>
12921292
*
12931293
* <p>test DOCDECL text with myCustomEntity that cannot be resolved, DOS line separator.</p>
12941294
*
@@ -1333,7 +1333,7 @@ private void testDocdeclTextWithEntities( String filename )
13331333
}
13341334

13351335
/**
1336-
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</>
1336+
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</p>
13371337
*
13381338
* <p>test DOCDECL text with entities appearing in attributes, Unix line separator.</p>
13391339
*
@@ -1351,7 +1351,7 @@ public void testDocdeclTextWithEntitiesInAttributesUnix()
13511351
}
13521352

13531353
/**
1354-
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</>
1354+
* <p>Issue #194: Incorrect getText() after parsing the DOCDECL section</p>
13551355
*
13561356
* <p>test DOCDECL text with entities appearing in attributes, DOS line separator.</p>
13571357
*

0 commit comments

Comments
 (0)