fix bug: change sql-query in localArtifactRepository (#820)

Also-by: Nazife Basbaz <nazife.basbaz@bosch-si.com>
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com>
This commit is contained in:
Nazife Basbaz
2019-06-05 16:07:07 +02:00
committed by Jeroen Laverman
parent b8ca7d24c8
commit fde0cbdf16
31 changed files with 237 additions and 136 deletions

View File

@@ -65,6 +65,6 @@ public class MgmtRolloutCondition {
}
public enum Condition {
THRESHOLD;
THRESHOLD
}
}

View File

@@ -76,6 +76,6 @@ public class MgmtRolloutErrorAction {
* Possible actions
*/
public enum ErrorAction {
PAUSE;
PAUSE
}
}

View File

@@ -65,6 +65,6 @@ public class MgmtRolloutSuccessAction {
}
public enum SuccessAction {
NEXTGROUP;
NEXTGROUP
}
}