summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-12-02 15:24:26 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2015-12-02 15:24:26 +0100
commitf109af47d07ecc20767f245a384ebd1dc201b6af (patch)
tree8b4b814e7bafbe8ea0fe272e5cb9238b7370bf6c
parentf89f30ffcdfbd6d18e674f9d5e565bd6a21ee938 (diff)
downloadjgit-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.java2
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) {