]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tags on new API constants 51/89151/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 19 Jan 2017 22:56:25 +0000 (23:56 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 19 Jan 2017 22:56:25 +0000 (23:56 +0100)
Change-Id: Ia8b861da07fba99644ccc9eb5578a46cc39600a1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java

index fa18fc42930cd4f9475d09c1328001d88f79bbf2..3176cb30e1e129b38590939714f8089f474dca87 100644 (file)
@@ -76,15 +76,15 @@ public class PackConfig {
 
        /**
         * Default value of keep old packs option: {@value}
-        *
         * @see #setPreserveOldPacks(boolean)
+        * @since 4.7
         */
        public static final boolean DEFAULT_PRESERVE_OLD_PACKS = false;
 
        /**
         * Default value of prune old packs option: {@value}
-        *
         * @see #setPrunePreserved(boolean)
+        * @since 4.7
         */
        public static final boolean DEFAULT_PRUNE_PRESERVED = false;