From 4c1c49168a2ff5841a1d4fe26f99ca2776bc5a58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 24 Jul 2013 23:52:16 +0200 Subject: [PATCH 1/1] Update the output of the reference implementation to the new format. --- tools/XPathEval.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.17.1