Refactored package

This commit is contained in:
Luca Frosini 2019-09-24 14:57:42 +02:00
parent 2c57394aa2
commit 8c23d56499
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/**
*
*/
package org.acme;
package org.gcube.vremanagement.helloworld;
import java.util.Map;
@ -20,7 +20,7 @@ public class HWPluginStateNotification extends PluginStateNotification {
public HWPluginStateNotification(Map<String, String> inputs){
super(inputs);
logger.debug("{} instantiated with provide inputs {}", HWPluginStateNotification.class, inputs);
logger.debug("{} instantiated with provided inputs {}", HWPluginStateNotification.class, inputs);
}
@Override

View File

@ -1,4 +1,4 @@
package org.acme;
package org.gcube.vremanagement.helloworld;
import java.util.Map;

View File

@ -1,7 +1,7 @@
/**
*
*/
package org.acme;
package org.gcube.vremanagement.helloworld;
import java.util.HashMap;
import java.util.Map;