summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2022-04-25 07:45:55 +0200
committerThomas Wolf <thomas.wolf@paranor.ch>2022-04-25 07:45:55 +0200
commit563a7b5828bd3e71740b12720fbfac5bdddfd7f1 (patch)
tree6962d6609f0098bf579360bffde24d08dc7709a7
parent7f9cd7d2baee39d6b4413f68ac58932bdd84221b (diff)
downloadjgit-563a7b5828bd3e71740b12720fbfac5bdddfd7f1.tar.gz
jgit-563a7b5828bd3e71740b12720fbfac5bdddfd7f1.zip
RefSpec: add missing @since
New API needs an @since 6.2 annotation. Change-Id: I16b01ea820cc651605166acc13591b515541d06b Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java
index b0363147c9..e36eeccfb1 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java
@@ -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;