From 92e2df83f34e9c4a21b7e32d858504be8113c0a9 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 02 Nov 2011 17:26:42 -0400 Subject: [PATCH] Added repository selector to feeds panel --- src/com/gitblit/utils/TimeUtils.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/utils/TimeUtils.java b/src/com/gitblit/utils/TimeUtils.java index 056735c..3f0f412 100644 --- a/src/com/gitblit/utils/TimeUtils.java +++ b/src/com/gitblit/utils/TimeUtils.java @@ -18,8 +18,6 @@ import java.util.Calendar; import java.util.Date; -import com.gitblit.models.FederationModel; - /** * Utility class of time functions. * -- Gitblit v1.9.1