From e3c06ff19ab6f9669c321d4752a4eaa244b7fed3 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 30 Sep 2015 10:40:41 +0000 Subject: [PATCH] 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 --- distro/README | 8 ++++---- .../vremanagement/executor/api/types/Scheduling.java | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/distro/README b/distro/README index a7a1c4a..450ca92 100644 --- a/distro/README +++ b/distro/README @@ -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 diff --git a/src/main/java/org/gcube/vremanagement/executor/api/types/Scheduling.java b/src/main/java/org/gcube/vremanagement/executor/api/types/Scheduling.java index 6631a0e..66758bc 100644 --- a/src/main/java/org/gcube/vremanagement/executor/api/types/Scheduling.java +++ b/src/main/java/org/gcube/vremanagement/executor/api/types/Scheduling.java @@ -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;