]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tags in SubmoduleWalk 54/35854/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 3 Nov 2014 22:49:36 +0000 (23:49 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 3 Nov 2014 22:49:36 +0000 (23:49 +0100)
Change-Id: Ica34e6709a34977422fd528cbd4df0044403e45d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/submodule/SubmoduleWalk.java

index 62621cc733594bfb9f712ef59416cb3f043d833d..5db3378b78e87bb5a13b796f14f2db1307bfe9f4 100644 (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 class SubmoduleWalk {
         * @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 class SubmoduleWalk {
         * @return ignore value
         * @throws ConfigInvalidException
         * @throws IOException
+        * @since 3.6
         */
        public IgnoreSubmoduleMode getModulesIgnore() throws IOException,
                        ConfigInvalidException {