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 0306548a1..9bc35adc0 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 PullCommand setStrategy(MergeStrategy strategy) { * * @param tagOpt * @return {@code this} - * @Since 4.7 + * @since 4.7 */ public PullCommand setTagOpt(TagOpt tagOpt) { checkCallable();