Adde comment to code to improve readability

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib@160445 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-12-13 15:56:00 +00:00
parent c249debcab
commit 51840ce06d
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ public abstract class PersistenceBackendFactory {
persistenceBackends.put(context, target);
try {
actual.close();
actual.close(); // flush is made from close function
} catch (Exception e) {
logger.error("Error closing {} for context {} which has been substituted reset to {}.",
actual.getClass().getSimpleName(), context,