Alessandro Pieve 2017-02-06 08:41:00 +00:00
parent 69a9a3668f
commit f550012980
1 changed files with 1 additions and 4 deletions

View File

@ -89,10 +89,7 @@ public class PersistenceMongoDB extends PersistenceBackend {
}
@Override
protected void openConnection() throws Exception {
logger.trace("openConnection");
}
public void openConnection() throws Exception {}
@Override
public void close() throws Exception {