summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-01-09 21:07:01 -0500
committerJames Moger <james.moger@gitblit.com>2012-01-09 21:07:01 -0500
commitd25c599b9967549fe0ebc7a56ca785c317ba3d4b (patch)
tree4bb9a4462f538ce44babc5d427da626cf6cbaded /tests
parent11924dc5db4bc44cb32e905700a8557124b1fd56 (diff)
downloadgitblit-d25c599b9967549fe0ebc7a56ca785c317ba3d4b.tar.gz
gitblit-d25c599b9967549fe0ebc7a56ca785c317ba3d4b.zip
Documentation. Find bugs. Organized imports.
Diffstat (limited to 'tests')
-rw-r--r--tests/com/gitblit/tests/GitBlitTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/com/gitblit/tests/GitBlitTest.java b/tests/com/gitblit/tests/GitBlitTest.java
index 28603f87..418f9384 100644
--- a/tests/com/gitblit/tests/GitBlitTest.java
+++ b/tests/com/gitblit/tests/GitBlitTest.java
@@ -17,8 +17,8 @@ package com.gitblit.tests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
import java.util.List;