You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2015/04/16 00:14:52 UTC

flume git commit: FLUME-2673. Remove unused import in TestLog

Repository: flume
Updated Branches:
  refs/heads/trunk 275329ca6 -> 364752a43


FLUME-2673. Remove unused import in TestLog

(Johny Rufus via Hari)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/364752a4
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/364752a4
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/364752a4

Branch: refs/heads/trunk
Commit: 364752a43f8ad7f85fd232351a179db017cd2265
Parents: 275329c
Author: Hari Shreedharan <hs...@apache.org>
Authored: Wed Apr 15 15:13:56 2015 -0700
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Wed Apr 15 15:14:44 2015 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/flume/channel/file/TestLog.java       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/364752a4/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/TestLog.java
----------------------------------------------------------------------
diff --git a/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/TestLog.java b/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/TestLog.java
index 801d925..b1f59cd 100644
--- a/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/TestLog.java
+++ b/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/TestLog.java
@@ -37,8 +37,6 @@ import org.slf4j.LoggerFactory;
 import com.google.common.collect.Lists;
 import com.google.common.io.Files;
 
-import javax.ws.rs.Path;
-
 public class TestLog {
   private static final Logger LOGGER = LoggerFactory.getLogger(TestLog.class);
   private static final long MAX_FILE_SIZE = 1000;