]> source.dussan.org Git - jgit.git/commitdiff
RefAdvertiser: Add Javadoc for usage of send(Collection) 84/130584/1
authorMichael Keppler <Michael.Keppler@gmx.de>
Mon, 8 Oct 2018 06:45:11 +0000 (08:45 +0200)
committerMichael Keppler <Michael.Keppler@gmx.de>
Mon, 8 Oct 2018 06:45:11 +0000 (08:45 +0200)
This was not updated with the original introduction of the new method.

Bug: 534731
Change-Id: Ic4589c3a209109a829fbb706a9bf38845134e904
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java

index 4662435ea781c45b21483c40f2c6558351348f70..6595cab71d8b16eb70644cbf1413d57a555a46c1 100644 (file)
@@ -207,7 +207,8 @@ public abstract class RefAdvertiser {
         * <p>
         * This method must be invoked prior to any of the following:
         * <ul>
-        * <li>{@link #send(Map)}
+        * <li>{@link #send(Map)}</li>
+        * <li>{@link #send(Collection)}</li>
         * </ul>
         *
         * @param deref
@@ -223,8 +224,9 @@ public abstract class RefAdvertiser {
         * <p>
         * This method must be invoked prior to any of the following:
         * <ul>
-        * <li>{@link #send(Map)}
-        * <li>{@link #advertiseHave(AnyObjectId)}
+        * <li>{@link #send(Map)}</li>
+        * <li>{@link #send(Collection)}</li>
+        * <li>{@link #advertiseHave(AnyObjectId)}</li>
         * </ul>
         *
         * @param name
@@ -257,8 +259,9 @@ public abstract class RefAdvertiser {
         * <p>
         * This method must be invoked prior to any of the following:
         * <ul>
-        * <li>{@link #send(Map)}
-        * <li>{@link #advertiseHave(AnyObjectId)}
+        * <li>{@link #send(Map)}</li>
+        * <li>{@link #send(Collection)}</li>
+        * <li>{@link #advertiseHave(AnyObjectId)}</li>
         * </ul>
         *
         * @param from