Fixed javadoc

This commit is contained in:
Luca Frosini 2020-07-14 12:14:43 +02:00
parent 2cc1623e55
commit b3d4b9ee8c
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ public class FallbackPersistenceBackend extends PersistenceBackend {
}
/**
* {@inheritDoc}
* This method is synchronized on fallbackFile. Any actions which
* has to modify, rename or delete the file must be synchronized on this
* file. To retrieve it use {@link #getFallbackFile()} method.