diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-12-02 15:24:26 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-12-02 15:24:26 +0100 |
commit | f109af47d07ecc20767f245a384ebd1dc201b6af (patch) | |
tree | 8b4b814e7bafbe8ea0fe272e5cb9238b7370bf6c | |
parent | f89f30ffcdfbd6d18e674f9d5e565bd6a21ee938 (diff) | |
download | jgit-f109af47d07ecc20767f245a384ebd1dc201b6af.tar.gz jgit-f109af47d07ecc20767f245a384ebd1dc201b6af.zip |
Fix wrong @since tag In ReceiveCommand
Change-Id: I58fa657dd4783fed0ffca94020c87c49d99009c6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java index 0cc7e5c50e..5702b6d7b9 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java +++ b/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) { |