This commit is contained in:
Alessandro Pieve 2017-01-25 11:43:51 +00:00
parent 3ac3967ca9
commit a6d339f81b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public abstract class PersistenceBackend {
* This method is used to close db connection
* @throws Exception
*/
protected abstract void close() throws Exception;
public abstract void close() throws Exception;
/**
* This method is used to close db and clean the configuration.