Suppressed warning

This commit is contained in:
lucafrosini 2020-10-07 16:31:59 +02:00
parent 5118029f16
commit f4894ec963
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ public class Tests {
logger.debug("Starting to test launch");
Map<String, Object> inputs = new HashMap<String, Object>();
inputs.put("scope", "gcube");
@SuppressWarnings("unused")
SocialDataIndexerPlugin plugin = new SocialDataIndexerPlugin();
//uncomment for testing purpose
//plugin.launch(inputs);