Browse Source

RefAdvertiser: Add Javadoc for usage of send(Collection)

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>
stable-5.2
Michael Keppler 6 years ago
parent
commit
03ccdb0782
  1. 13
      org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java

13
org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java

@ -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

Loading…
Cancel
Save