File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/library/scala/xml/parsing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ trait MarkupParser extends MarkupParserCommon with TokenTests
108
108
val ilen = inpStack.length
109
109
// Console.println(" ilen = "+ilen+ " extIndex = "+extIndex);
110
110
if ((ilen != extIndex) && (ilen > 0 )) {
111
- /** for external source, inpStack == Nil ! need notify of eof! */
111
+ /* for external source, inpStack == Nil ! need notify of eof! */
112
112
pop()
113
113
} else {
114
114
reachedEof = true
@@ -880,7 +880,7 @@ trait MarkupParser extends MarkupParserCommon with TokenTests
880
880
externalID()
881
881
}
882
882
else if (ch == 'P' ) {
883
- /** PublicID (without system, only used in NOTATION) */
883
+ /* PublicID (without system, only used in NOTATION) */
884
884
nextch()
885
885
xToken(" UBLIC" )
886
886
xSpace()
You can’t perform that action at this time.
0 commit comments