Skip to content

Commit c4512f2

Browse files
author
Thomas Weise
committed
Small change in comments to better fit to slides
1 parent e209202 commit c4512f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/java/src/SAXReaderExampleValidating.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static void main(final String argv[]) throws Throwable {
88
SAXParserFactory factory = SAXParserFactory.newInstance();
99
factory.setValidating(true); // validate the document
1010
factory.newSAXParser()
11-
.parse("../xml/courseWithNamespaceAndSchemaLocation.xml", // parse the course document
11+
.parse("../xml/courseWithNamespaceAndSchemaLocation.xml", // parse the document
1212
new SAXReaderExampleValidating());
1313
}
1414

0 commit comments

Comments
 (0)