diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-08-01 23:22:56 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-08-01 23:26:44 +0200 |
commit | ba85764223a6efbbca1a81879495b9e5fa803e80 (patch) | |
tree | 4434cfe3ee294d83d3692be8adb6139f3062bd9c /org.eclipse.jgit.test/tst | |
parent | 3eaa8d8e2a3941b3cca613beb163ce66ba3e0448 (diff) | |
download | jgit-ba85764223a6efbbca1a81879495b9e5fa803e80.tar.gz jgit-ba85764223a6efbbca1a81879495b9e5fa803e80.zip |
Remove unused import introduced in a551b64
Change-Id: Ia6c3935cf061590e7305d0a80a1051e9aebcbb43
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/tst')
-rw-r--r-- | org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java index 2e9cbb5031..6efdce6d77 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java @@ -44,7 +44,6 @@ package org.eclipse.jgit.util; import static org.junit.Assert.assertArrayEquals; -import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.io.UnsupportedEncodingException; |