diff --git a/src/main/java/org/gcube/informationsystem/sweeper/ISSweeperPlugin.java b/src/main/java/org/gcube/informationsystem/sweeper/ISSweeperPlugin.java index 8498803..2ecd074 100644 --- a/src/main/java/org/gcube/informationsystem/sweeper/ISSweeperPlugin.java +++ b/src/main/java/org/gcube/informationsystem/sweeper/ISSweeperPlugin.java @@ -15,7 +15,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ + * @author Luca Frosini (ISTI - CNR) */ public class ISSweeperPlugin extends Plugin { diff --git a/src/main/java/org/gcube/informationsystem/sweeper/ISSweeperPluginDeclaration.java b/src/main/java/org/gcube/informationsystem/sweeper/ISSweeperPluginDeclaration.java index 41b4ee1..f7ee65a 100644 --- a/src/main/java/org/gcube/informationsystem/sweeper/ISSweeperPluginDeclaration.java +++ b/src/main/java/org/gcube/informationsystem/sweeper/ISSweeperPluginDeclaration.java @@ -15,7 +15,7 @@ import org.slf4j.LoggerFactory; * Scheduled Task Sweeper find orphaned scheduled task on SmartExecutor * persistence and make them available. This requires interaction with * SmartExecutor Persistence and with IS t find orphaned Running Instances - * @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ + * @author Luca Frosini (ISTI - CNR) */ public class ISSweeperPluginDeclaration implements PluginDeclaration { diff --git a/src/main/java/org/gcube/informationsystem/sweeper/Sweeper.java b/src/main/java/org/gcube/informationsystem/sweeper/Sweeper.java index 6a74096..411e171 100644 --- a/src/main/java/org/gcube/informationsystem/sweeper/Sweeper.java +++ b/src/main/java/org/gcube/informationsystem/sweeper/Sweeper.java @@ -15,7 +15,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ + * @author Luca Frosini (ISTI - CNR) */ public class Sweeper {