Add missing @since tags on new API constants

Change-Id: Ia8b861da07fba99644ccc9eb5578a46cc39600a1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2017-01-19 23:56:25 +01:00
parent 91132bb05e
commit f503a9f5b7
1 changed files with 2 additions and 2 deletions

View 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;