Fixing distro files
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-api@119248 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
01ad32df56
commit
e3c06ff19a
|
@ -1,10 +1,10 @@
|
|||
The gCube System - Smart Executor Service API Library
|
||||
The gCube System - Smart Executor API Library
|
||||
|
||||
------------------------------------------------------------
|
||||
|
||||
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2),
|
||||
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
|
||||
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil).
|
||||
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1).
|
||||
|
||||
|
||||
Authors
|
||||
|
@ -22,12 +22,12 @@ v. 1.0.0 * First release
|
|||
|
||||
Description
|
||||
-----------
|
||||
|
||||
${description}
|
||||
|
||||
|
||||
Download information
|
||||
--------------------
|
||||
|
||||
${scm.url}
|
||||
|
||||
|
||||
Documentation
|
||||
|
|
|
@ -124,7 +124,6 @@ public class Scheduling {
|
|||
init(null, delay, schedulingTimes, firstStartTime.getTimeInMillis(), endTime.getTimeInMillis(), previuosExecutionsMustBeCompleted);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return the cronExpression
|
||||
*/
|
||||
|
@ -174,7 +173,6 @@ public class Scheduling {
|
|||
this.firstStartTime = firstStartTime;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return the endTime
|
||||
*/
|
||||
|
@ -187,7 +185,6 @@ public class Scheduling {
|
|||
cronExpression, delay, schedulingTimes, firstStartTime, endTime, previuosExecutionsMustBeCompleted);
|
||||
}
|
||||
|
||||
|
||||
public boolean equals(Scheduling scheduling) {
|
||||
if(cronExpression.equals(scheduling.cronExpression)){
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue