From 0a4cf573d345e9509b689af141f4dbfa1f63dc3b Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Sun, 19 Feb 2017 16:46:44 +0100 Subject: [PATCH] Fix typo in @since Change-Id: I266b0c72d2827bcf2b86ddc6c1892d1a46c548eb Signed-off-by: Thomas Wolf --- org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();