]> source.dussan.org Git - jgit.git/commitdiff
Add missing javadoc @param for new method setObjectCountCallback() 65/49865/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 9 Jun 2015 23:24:03 +0000 (01:24 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 9 Jun 2015 23:26:00 +0000 (01:26 +0200)
Change-Id: I91acdc3680bde09ae5809c14460500223a410395
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleWriter.java

index e023f3e4b970e7b070ee6d1da2bc0e9121255716..74016027250b05c4738c675be8dfcad4add62680 100644 (file)
@@ -391,6 +391,9 @@ public class PackWriter implements AutoCloseable {
         * It should be set before calling
         * {@link #writePack(ProgressMonitor, ProgressMonitor, OutputStream)}.
         *
+        * @param callback
+        *            the callback to set
+        *
         * @return this object for chaining.
         * @since 4.1
         */
index 34fb406e27ed271b48abaf3f834653c249245c49..f2d4885df4e116c21277f10c714206dbbe677b48 100644 (file)
@@ -253,6 +253,9 @@ public class BundleWriter {
         * This callback will be passed on to
         * {@link PackWriter#setObjectCountCallback}.
         *
+        * @param callback
+        *            the callback to set
+        *
         * @return this object for chaining.
         * @since 4.1
         */