Alessandro Pieve 2017-02-06 16:57:44 +00:00
parent 7b19820b88
commit aa3d15e550
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,9 @@ public class PersistenceCouchDB extends PersistenceBackend {
httpCouchClient.put(node.toString(), id); httpCouchClient.put(node.toString(), id);
} }
@Override
protected void closeConnection() throws Exception {}
/** /**
* {@inheritDoc} * {@inheritDoc}
*/ */
@ -80,4 +83,6 @@ public class PersistenceCouchDB extends PersistenceBackend {
return record; return record;
} }
} }