diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/util/TestUtil.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/util/TestUtil.java | 3 |
1 files changed, 2 insertions, 1 deletions
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 { | |||
| 48 | Files.copy(Paths.get(src), Paths.get(dst), REPLACE_EXISTING); | 48 | Files.copy(Paths.get(src), Paths.get(dst), REPLACE_EXISTING); |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | /* | 51 | /** |
| 52 | * Get the log file, which is assumed unique. | 52 | * Get the log file, which is assumed unique. |
| 53 | * */ | 53 | * */ |
| 54 | public static String getLogFileName() { | 54 | public static String getLogFileName() { |
| @@ -61,4 +61,5 @@ public class TestUtil { | |||
| 61 | } | 61 | } |
| 62 | return null; | 62 | return null; |
| 63 | } | 63 | } |
| 64 | |||
| 64 | } | 65 | } |
