From 870eb35e38f746ed73f233070dcf3bdaf4687e02 Mon Sep 17 00:00:00 2001 From: RncLsn Date: Sat, 9 May 2015 14:26:28 +0100 Subject: Adding (not completed) log of partial answers in Json. --- test/uk/ac/ox/cs/pagoda/util/TestUtil.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/uk/ac/ox/cs/pagoda/util') diff --git a/test/uk/ac/ox/cs/pagoda/util/TestUtil.java b/test/uk/ac/ox/cs/pagoda/util/TestUtil.java index 227398b..06d391a 100644 --- a/test/uk/ac/ox/cs/pagoda/util/TestUtil.java +++ b/test/uk/ac/ox/cs/pagoda/util/TestUtil.java @@ -48,7 +48,7 @@ public class TestUtil { Files.copy(Paths.get(src), Paths.get(dst), REPLACE_EXISTING); } - /* + /** * Get the log file, which is assumed unique. * */ public static String getLogFileName() { @@ -61,4 +61,5 @@ public class TestUtil { } return null; } + } -- cgit v1.2.3