From f109af47d07ecc20767f245a384ebd1dc201b6af Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 2 Dec 2015 15:24:26 +0100 Subject: Fix wrong @since tag In ReceiveCommand Change-Id: I58fa657dd4783fed0ffca94020c87c49d99009c6 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 filter(Iterable in, Result want) { -- cgit v1.2.3