From: Kim Nguyễn Date: Wed, 24 Jul 2013 21:52:16 +0000 (+0200) Subject: Update the output of the reference implementation to the new format. X-Git-Tag: v0.1~62 X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=commitdiff_plain;h=4c1c49168a2ff5841a1d4fe26f99ca2776bc5a58;ds=sidebyside Update the output of the reference implementation to the new format. --- diff --git a/tools/XPathEval.java b/tools/XPathEval.java index d7dc54b..8ce8db1 100644 --- a/tools/XPathEval.java +++ b/tools/XPathEval.java @@ -22,7 +22,7 @@ public class XPathEval { serializer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes"); StreamResult o = new StreamResult(System.out); startTime = System.nanoTime(); - System.out.println(""); + System.out.println(""); for(int i = 0; i < nodes.getLength(); i++){ Node n = nodes.item(i); switch (n.getNodeType()) {