You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/01/31 13:02:08 UTC

[41/50] incubator-kylin git commit: clear warning in dictionary module

clear warning in dictionary module


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

Branch: refs/heads/inverted-index
Commit: 2395650cf6e937c433e2ea5aed06bee97e01abc5
Parents: 67fd287
Author: Li, Yang <ya...@ebay.com>
Authored: Thu Jan 29 17:32:27 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Thu Jan 29 17:32:27 2015 +0800

----------------------------------------------------------------------
 .../src/test/java/com/kylinolap/dict/SnapshotManagerTest.java     | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2395650c/dictionary/src/test/java/com/kylinolap/dict/SnapshotManagerTest.java
----------------------------------------------------------------------
diff --git a/dictionary/src/test/java/com/kylinolap/dict/SnapshotManagerTest.java b/dictionary/src/test/java/com/kylinolap/dict/SnapshotManagerTest.java
index 2edd948..9e78909 100644
--- a/dictionary/src/test/java/com/kylinolap/dict/SnapshotManagerTest.java
+++ b/dictionary/src/test/java/com/kylinolap/dict/SnapshotManagerTest.java
@@ -18,13 +18,10 @@ package com.kylinolap.dict;
 
 import static org.junit.Assert.*;
 
-import java.io.File;
-
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
-import com.kylinolap.common.util.ClasspathUtil;
 import com.kylinolap.common.util.HBaseMetadataTestCase;
 import com.kylinolap.dict.lookup.HiveTable;
 import com.kylinolap.dict.lookup.SnapshotManager;