Add missing @since tag for new API method getUpdateIndex

Change-Id: Idd4a580e241a9105a55bc6f0457ad02a35e55faf
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2019-02-17 21:29:15 +01:00 committed by David Pursehouse
parent ae79969715
commit 3ae22bdf66
2 changed files with 8 additions and 2 deletions

View File

@ -278,7 +278,10 @@ public Storage getStorage() {
return storage;
}
/** {@inheritDoc} */
/**
* {@inheritDoc}
* @since 5.3
*/
@Override
public long getUpdateIndex() {
if (updateIndex == -1) {

View File

@ -149,7 +149,10 @@ public boolean isPeeled() {
return getLeaf().isPeeled();
}
/** {@inheritDoc} */
/**
* {@inheritDoc}
* @since 5.3
*/
@Override
public long getUpdateIndex() {
if (updateIndex == -1) {