minor fixes

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@129922 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-05 12:25:28 +00:00
parent 5c28cbf40c
commit 63a129ab5b
1 changed files with 0 additions and 5 deletions

View File

@ -814,9 +814,4 @@ public class CKanUtilsImpl implements CKanUtils{
return result;
}
@Override
protected void finalize() throws Throwable {
logger.debug("Closing connection pool on finalize()");
}
}