]> source.dussan.org Git - jgit.git/commitdiff
GitmoduleEntry: Remove redundant import of class from same package 47/157947/1
authorDavid Pursehouse <david.pursehouse@gmail.com>
Wed, 19 Feb 2020 04:06:18 +0000 (13:06 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Wed, 19 Feb 2020 04:06:18 +0000 (13:06 +0900)
Change-Id: I613489a937dd53780b0abfd6b1bd0ed964a5ddd8
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java

index bded527519af584bffcd2c1ca6933d010f4a66db..4f2e558b26b6af5fcb132cf7b0efc50ce31871bb 100644 (file)
@@ -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