diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-08 09:04:56 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-09 01:16:46 +0100 |
commit | 7cae3881181ae8b5156eb8cc9b933f6539feb137 (patch) | |
tree | 9596040af8b0da4ca2c67e808da92efff87ef29f /org.eclipse.jgit/src/org/eclipse/jgit/api/errors | |
parent | 979e3467112618cc787e161097986212eaaa4533 (diff) | |
download | jgit-7cae3881181ae8b5156eb8cc9b933f6539feb137.tar.gz jgit-7cae3881181ae8b5156eb8cc9b933f6539feb137.zip |
Add missing @since tags
Change-Id: Ic4fabec818d6fe336d3256ddc95934271272914a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/api/errors')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/api/errors/InvalidRebaseStepException.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/InvalidRebaseStepException.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/InvalidRebaseStepException.java index 764725dcbb..ef89a98c9c 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/InvalidRebaseStepException.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/errors/InvalidRebaseStepException.java @@ -40,6 +40,8 @@ package org.eclipse.jgit.api.errors; /** * Exception thrown if a rebase step is invalid. E.g., a rebase must not start * with squash or fixup. + * + * @since 3.2 */ public class InvalidRebaseStepException extends GitAPIException { private static final long serialVersionUID = 1L; |