Browse Source

Fix wrong @since tag In ReceiveCommand

Change-Id: I58fa657dd4783fed0ffca94020c87c49d99009c6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.3
Matthias Sohn 9 years ago
parent
commit
f109af47d0
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java

2
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java

@ -136,7 +136,7 @@ public class ReceiveCommand {
* desired status to filter by.
* @return a copy of the command list containing only those commands with
* the desired status.
* @since 4.3
* @since 4.2
*/
public static List<ReceiveCommand> filter(Iterable<ReceiveCommand> in,
Result want) {

Loading…
Cancel
Save