]> source.dussan.org Git - jgit.git/commitdiff
Add missing imports for javadoc to ObjectCountCallback 81/49881/1
authorJonathan Nieder <jrn@google.com>
Wed, 10 Jun 2015 01:36:58 +0000 (18:36 -0700)
committerJonathan Nieder <jrn@google.com>
Wed, 10 Jun 2015 01:38:08 +0000 (18:38 -0700)
Change-Id: I24780a28c01047654d81af09045d88c6a84950b6
Signed-off-by: Jonathan Nieder <jrn@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/ObjectCountCallback.java

index ee50a25ca1f7d20d04ef36ff896e6089388bf82a..cf81adbcd06d89d68d744aa51c39df2581f52927 100644 (file)
 
 package org.eclipse.jgit.transport;
 
+import java.io.OutputStream;
+
 import org.eclipse.jgit.internal.storage.pack.PackWriter;
+import org.eclipse.jgit.lib.ProgressMonitor;
 
 /**
  * A callback to tell caller the count of objects ASAP.