Add missing @since tags

Change-Id: I16d82499d7d000096de6bd4bd08e406073557162
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2014-01-20 09:28:06 +01:00
parent ba15d82b91
commit b9a06212e1
2 changed files with 6 additions and 1 deletions

View File

@ -564,6 +564,7 @@ public CheckoutCommand setCreateBranch(boolean createBranch) {
* 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();

View 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";
/**