You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/09/18 00:13:59 UTC

[26/30] incubator-joshua git commit: cleanup

cleanup


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/c602ba5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/c602ba5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/c602ba5f

Branch: refs/heads/7_confsystem
Commit: c602ba5f368846554470ab2e753ea88e0183bde7
Parents: 7bbae72
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 22:19:00 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 22:19:00 2016 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java  | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c602ba5f/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
index 764800a..f46a6a1 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
@@ -21,9 +21,6 @@ package org.apache.joshua.decoder.cky;
 import static org.apache.joshua.decoder.cky.TestUtil.translate;
 import static org.testng.Assert.assertEquals;
 
-import static com.typesafe.config.ConfigFactory.parseResources;
-import static com.typesafe.config.ConfigValueFactory.fromAnyRef;
-
 import org.apache.joshua.decoder.Decoder;
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.DataProvider;