]> source.dussan.org Git - jgit.git/commitdiff
Fixed API violation errors for 3.6 in ConfigConstants 13/33813/2
authorAndrey Loskutov <loskutov@gmx.de>
Wed, 24 Sep 2014 09:18:49 +0000 (11:18 +0200)
committerAndrey Loskutov <loskutov@gmx.de>
Wed, 24 Sep 2014 09:26:06 +0000 (11:26 +0200)
Change-Id: Ibeb09eb23d47412fa93493bb4e81d24d437e31bc
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java

index b905c9593cf04e7e17ebc6bf2506a9bb180b794d..61b05c8b48a7d2302e16439bbf7d9f220bafa103 100644 (file)
@@ -226,10 +226,18 @@ public class ConfigConstants {
        /** The "pruneexpire" key */
        public static final String CONFIG_KEY_PRUNEEXPIRE = "pruneexpire";
 
-       /** The "aggressiveDepth" key */
+       /**
+        * The "aggressiveDepth" key
+        *
+        * @since 3.6
+        */
        public static final String CONFIG_KEY_AGGRESSIVE_DEPTH = "aggressiveDepth";
 
-       /** The "aggressiveWindow" key */
+       /**
+        * The "aggressiveWindow" key
+        *
+        * @since 3.6
+        */
        public static final String CONFIG_KEY_AGGRESSIVE_WINDOW = "aggressiveWindow";
 
        /** The "mergeoptions" key */