]> source.dussan.org Git - jgit.git/commitdiff
RefSpec: add missing @since 83/192883/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Mon, 25 Apr 2022 05:45:55 +0000 (07:45 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Mon, 25 Apr 2022 05:45:55 +0000 (07:45 +0200)
New API needs an @since 6.2 annotation.

Change-Id: I16b01ea820cc651605166acc13591b515541d06b
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java

index b0363147c9e10e3aca4d2649beb29dfdd7779659..e36eeccfb155147bf7ab9454bfc42aa3e55128df 100644 (file)
@@ -320,6 +320,7 @@ public class RefSpec implements Serializable {
         * Check if this specification is a negative one.
         *
         * @return true if this specification is negative.
+        * @since 6.2
         */
        public boolean isNegative() {
                return negative;