aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2020-02-19 13:06:18 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2020-02-19 13:06:18 +0900
commit2d1acae6d8a5e90e7bb5192ce1b99f2e2f436775 (patch)
tree189b37ddf7db51f29bbfa5700a1873f085fd4e49 /org.eclipse.jgit
parent9be93b7991d6c1d82ba606d60bfd3b2971a60123 (diff)
downloadjgit-2d1acae6d8a5e90e7bb5192ce1b99f2e2f436775.tar.gz
jgit-2d1acae6d8a5e90e7bb5192ce1b99f2e2f436775.zip
GitmoduleEntry: Remove redundant import of class from same package
Change-Id: I613489a937dd53780b0abfd6b1bd0ed964a5ddd8 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java
index bded527519..4f2e558b26 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java
@@ -42,8 +42,6 @@
*/
package org.eclipse.jgit.lib;
-import org.eclipse.jgit.lib.AnyObjectId;
-
/**
* A .gitmodules file found in the pack. Store the blob of the file itself (e.g.
* to access its contents) and the tree where it was found (e.g. to check if it