]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tags 99/20799/2
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 20 Jan 2014 08:28:06 +0000 (09:28 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 20 Jan 2014 08:29:10 +0000 (09:29 +0100)
Change-Id: I16d82499d7d000096de6bd4bd08e406073557162
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java

index ee37bbfb8c9c30235b6fded0fa35544f9b6d89da..77106f415ea405f5d239ffc2bf7f0c3dabae804f 100644 (file)
@@ -564,6 +564,7 @@ public class CheckoutCommand extends GitCommand<Ref> {
         *            if <code>true</code> a orphan branch will be created as part
         *            of the checkout to the specified start point
         * @return this instance
+        * @since 3.3
         */
        public CheckoutCommand setOrphan(boolean orphan) {
                checkCallable();
index d9d04bd08237f96ff550af5ede79e3696a4b019d..d14614dc38abcdefd16558d8c79ae98a314a660c 100644 (file)
@@ -287,7 +287,11 @@ public final class Constants {
        /** The environment variable that contains the commiter's email */
        public static final String GIT_COMMITTER_EMAIL_KEY = "GIT_COMMITTER_EMAIL";
 
-       /** The environment variable that blocks use of the system config file */
+       /**
+        * The environment variable that blocks use of the system config file
+        *
+        * @since 3.3
+        */
        public static final String GIT_CONFIG_NOSYSTEM_KEY = "GIT_CONFIG_NOSYSTEM";
 
        /**