From 03ccdb0782161944ae4f1780c1d369f1410955bd Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Mon, 8 Oct 2018 08:45:11 +0200 Subject: [PATCH] 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 --- .../org/eclipse/jgit/transport/RefAdvertiser.java | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java index 4662435ea..6595cab71 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java @@ -207,7 +207,8 @@ public abstract class RefAdvertiser { *

* This method must be invoked prior to any of the following: *

* * @param deref @@ -223,8 +224,9 @@ public abstract class RefAdvertiser { *

* This method must be invoked prior to any of the following: *

* * @param name @@ -257,8 +259,9 @@ public abstract class RefAdvertiser { *

* This method must be invoked prior to any of the following: *

* * @param from