Fix typo in @since

Change-Id: I266b0c72d2827bcf2b86ddc6c1892d1a46c548eb
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
This commit is contained in:
Thomas Wolf 2017-02-19 16:46:44 +01:00
parent 1cda4faed4
commit 0a4cf573d3
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ public PullCommand setStrategy(MergeStrategy strategy) {
*
* @param tagOpt
* @return {@code this}
* @Since 4.7
* @since 4.7
*/
public PullCommand setTagOpt(TagOpt tagOpt) {
checkCallable();