Repository: flume Updated Branches: refs/heads/flume-1.6 636cff349 -> 4451eddf7
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/4451eddf Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/4451eddf Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/4451eddf Branch: refs/heads/flume-1.6 Commit: 4451eddf7e638bf5e8bcd9b91358681fa86aca6e Parents: 636cff3 Author: Hari Shreedharan <[email protected]> Authored: Wed Apr 15 15:13:56 2015 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Apr 15 15:13:56 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/4451eddf/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;
