aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2017-02-19 16:46:44 +0100
committerThomas Wolf <thomas.wolf@paranor.ch>2017-02-19 16:46:44 +0100
commit0a4cf573d345e9509b689af141f4dbfa1f63dc3b (patch)
treee407d4a924d251e817d5964f555619d1906c89d8 /org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java
parent1cda4faed425286fe5230a6b2b8454c376ba79f1 (diff)
downloadjgit-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.java2
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();