Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Franz Matthies committed Nov 10, 2015
2 parents 7abe0e8 + 7f1acd0 commit 710387d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion julie-xml-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>julie-xml-tools</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<name>xml tools</name>
<description>Reads XML using the VTD parser</description>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public static Iterator<Map<String, Object>> constructRowIterator(String fileName
is = new FileInputStream(fileName);
}
VTDNav vn = getVTDNav(is, bufferSize);
System.out.println(vn.getNestingLevel());
return constructRowIterator(vn, forEachXpath, fields, fileName);
}
} catch (FileNotFoundException e) {
Expand Down

0 comments on commit 710387d

Please sign in to comment.