From f084f468756bde745d8e8e27c729f6e57bea5749 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 17 Sep 2013 17:34:00 -0400 Subject: [PATCH] Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194) --- src/test/java/com/gitblit/tests/FanoutServiceTest.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/test/java/com/gitblit/tests/FanoutServiceTest.java b/src/test/java/com/gitblit/tests/FanoutServiceTest.java index 28e5d82..cd094da 100644 --- a/src/test/java/com/gitblit/tests/FanoutServiceTest.java +++ b/src/test/java/com/gitblit/tests/FanoutServiceTest.java @@ -25,7 +25,6 @@ import org.junit.Test; -import com.gitblit.fanout.FanoutService; import com.gitblit.fanout.FanoutClient; import com.gitblit.fanout.FanoutClient.FanoutAdapter; import com.gitblit.fanout.FanoutNioService; -- Gitblit v1.9.1