summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2017-01-19 23:56:25 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2017-01-19 23:56:25 +0100
commitf503a9f5b7812103644367109f1211470d61b383 (patch)
treee70644ba8b8d4caa137122c3980ca9fc931611ff /org.eclipse.jgit
parent91132bb05e767694d35230d515443d54ddc4eff6 (diff)
downloadjgit-f503a9f5b7812103644367109f1211470d61b383.tar.gz
jgit-f503a9f5b7812103644367109f1211470d61b383.zip
Add missing @since tags on new API constants
Change-Id: Ia8b861da07fba99644ccc9eb5578a46cc39600a1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java b/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java
index fa18fc4293..3176cb30e1 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java
@@ -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;