]> source.dussan.org Git - jgit.git/commitdiff
Fix wrong @since tag In ReceiveCommand 81/61781/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 2 Dec 2015 14:24:26 +0000 (15:24 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 2 Dec 2015 14:24:26 +0000 (15:24 +0100)
Change-Id: I58fa657dd4783fed0ffca94020c87c49d99009c6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java

index 0cc7e5c50ee52521e6ec62792d2bb5a461324d46..5702b6d7b9cc46d154df9f69eced6930750b796d 100644 (file)
@@ -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) {