]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tags for new public methods in Config 73/19673/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 10 Dec 2013 17:17:34 +0000 (18:17 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 11 Dec 2013 22:27:36 +0000 (23:27 +0100)
Change-Id: I3b7937577c897a7e298ee431bd8c052cdb293dd9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java

index 452ecddf42c5f14e61e530e1faa1f90ea24d9d31..22337e81310746ba10a20e291d18e366706da99e 100644 (file)
@@ -534,6 +534,7 @@ public class Config {
         *            if {@code true} recursively adds the names defined in all base
         *            configurations
         * @return the list of names defined for this section
+        * @since 3.2
         */
        public Set<String> getNames(String section, boolean recursive) {
                return getState().getNames(section, null, recursive);
@@ -548,6 +549,7 @@ public class Config {
         *            if {@code true} recursively adds the names defined in all base
         *            configurations
         * @return the list of names defined for this subsection
+        * @since 3.2
         */
        public Set<String> getNames(String section, String subsection,
                        boolean recursive) {