minor fix

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@130207 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-09 20:28:37 +00:00
parent f0f8993231
commit 89e7ecbace
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ public class SocialDataIndexerPlugin extends Plugin<SocialDataIndexerPluginDecla
}finally{
// close connection to elasticsearch
if(client != null){
logger.info("Closing connection to elasticsearch cluster. " + client.toString());
client.close();
}