Add missing @since tags in SubmoduleWalk

Change-Id: Ica34e6709a34977422fd528cbd4df0044403e45d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2014-11-03 23:49:36 +01:00
parent c017ac4c85
commit 8a398a9147
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,8 @@ public class SubmoduleWalk {
/**
* The values for the config param submodule.<name>.ignore
*
* @since 3.6
*/
public enum IgnoreSubmoduleMode {
/**
@ -461,6 +463,7 @@ public SubmoduleWalk loadModulesConfig() throws IOException, ConfigInvalidExcept
* @return <code>true</code> if the repo contains a .gitmodules file
* @throws IOException
* @throws CorruptObjectException
* @since 3.6
*/
public static boolean containsGitModulesFile(Repository repository)
throws IOException {
@ -653,6 +656,7 @@ public String getModulesUpdate() throws IOException, ConfigInvalidException {
* @return ignore value
* @throws ConfigInvalidException
* @throws IOException
* @since 3.6
*/
public IgnoreSubmoduleMode getModulesIgnore() throws IOException,
ConfigInvalidException {