summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/tests
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-13 09:43:56 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-13 09:43:56 -0400
commit608ecec9dff2ea4ce8e2a1ea6fc8909a64492a68 (patch)
treec6d5e54ce46ab553f1ef4a6a666a3722f5b635ee /src/com/gitblit/tests
parentbc10f9b3128f6d6986138914b3b53f5d974a2d09 (diff)
downloadgitblit-608ecec9dff2ea4ce8e2a1ea6fc8909a64492a68.tar.gz
gitblit-608ecec9dff2ea4ce8e2a1ea6fc8909a64492a68.zip
Patch formatter. Ensure html escaping. css tweaks.
Diffstat (limited to 'src/com/gitblit/tests')
-rw-r--r--src/com/gitblit/tests/JGitUtilsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/tests/JGitUtilsTest.java b/src/com/gitblit/tests/JGitUtilsTest.java
index 708f35af..abc733c9 100644
--- a/src/com/gitblit/tests/JGitUtilsTest.java
+++ b/src/com/gitblit/tests/JGitUtilsTest.java
@@ -15,9 +15,9 @@ import org.eclipse.jgit.revwalk.RevTree;
import org.eclipse.jgit.storage.file.FileRepository;
import com.gitblit.utils.JGitUtils;
-import com.gitblit.utils.TicGitTicket;
import com.gitblit.wicket.models.PathModel;
import com.gitblit.wicket.models.RefModel;
+import com.gitblit.wicket.models.TicGitTicket;
public class JGitUtilsTest extends TestCase {