diff options
| author | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-05-22 05:17:31 +0100 |
|---|---|---|
| committer | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-05-22 05:17:31 +0100 |
| commit | e02ad77cefc3005e36ae48fe47bf7914007f094a (patch) | |
| tree | eaac6a47dda706e45ef74da98dc7be65e61061a5 /src/uk/ac/ox/cs/pagoda/util/Utility.java | |
| parent | 58e6d87cb604702e7b307bad73c4fd42a694c3ec (diff) | |
| download | ACQuA-e02ad77cefc3005e36ae48fe47bf7914007f094a.tar.gz ACQuA-e02ad77cefc3005e36ae48fe47bf7914007f094a.zip | |
turned on the LOG switch in Utility
added a tracking rule for inequality in TrackingRuleEncoderWithGap
added a testcase in ClauseTester
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/util/Utility.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/util/Utility.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/util/Utility.java b/src/uk/ac/ox/cs/pagoda/util/Utility.java index cb05de4..0edfac2 100644 --- a/src/uk/ac/ox/cs/pagoda/util/Utility.java +++ b/src/uk/ac/ox/cs/pagoda/util/Utility.java | |||
| @@ -26,7 +26,7 @@ import org.semanticweb.HermiT.model.Atom; | |||
| 26 | 26 | ||
| 27 | public class Utility { | 27 | public class Utility { |
| 28 | 28 | ||
| 29 | private static final Logger LOGS = null; // Logger.getLogger(""); | 29 | private static final Logger LOGS = Logger.getLogger(""); // null; // |
| 30 | 30 | ||
| 31 | public static final String JAVA_FILE_SEPARATOR = "/"; | 31 | public static final String JAVA_FILE_SEPARATOR = "/"; |
| 32 | public static final String FILE_SEPARATOR = System.getProperty("file.separator"); | 32 | public static final String FILE_SEPARATOR = System.getProperty("file.separator"); |
