diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2017-02-19 16:46:44 +0100 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2017-02-19 16:46:44 +0100 |
commit | 0a4cf573d345e9509b689af141f4dbfa1f63dc3b (patch) | |
tree | e407d4a924d251e817d5964f555619d1906c89d8 /org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java | |
parent | 1cda4faed425286fe5230a6b2b8454c376ba79f1 (diff) | |
download | jgit-0a4cf573d345e9509b689af141f4dbfa1f63dc3b.tar.gz jgit-0a4cf573d345e9509b689af141f4dbfa1f63dc3b.zip |
Fix typo in @since
Change-Id: I266b0c72d2827bcf2b86ddc6c1892d1a46c548eb
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java')
-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(); |