diff options
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java index 0306548a12..9bc35adc09 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java @@ -418,7 +418,7 @@ public class PullCommand extends TransportCommand<PullCommand, PullResult> { * * @param tagOpt * @return {@code this} - * @Since 4.7 + * @since 4.7 */ public PullCommand setTagOpt(TagOpt tagOpt) { checkCallable(); |