RefSpec: add missing @since

New API needs an @since 6.2 annotation.

Change-Id: I16b01ea820cc651605166acc13591b515541d06b
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
This commit is contained in:
Thomas Wolf 2022-04-25 07:45:55 +02:00
parent 7f9cd7d2ba
commit 563a7b5828
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ public boolean isWildcard() {
* Check if this specification is a negative one.
*
* @return true if this specification is negative.
* @since 6.2
*/
public boolean isNegative() {
return negative;