Changed classes signature

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/is-sweeper-se-plugin@133109 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-10-12 12:23:05 +00:00
parent 408e1259b2
commit a09bb88ad8
3 changed files with 3 additions and 3 deletions

View File

@ -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<ISSweeperPluginDeclaration> {

View File

@ -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 {

View File

@ -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 {