aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-09-18 14:59:00 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-18 14:59:00 +0000
commitbc0dcab7a235ad78a6b3201aa315e2071eac8fce (patch)
tree3af7118ec708859d5ad8687b8a2dfc787b193bf0
parent2f9bd74801137872422428cc97838943558398b1 (diff)
parentef3cdf1fb3b9432d3bdcbb39fb356042d2443103 (diff)
Merge "remove duplicated label InternalState.REPLACE_MYSELF"
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/job/command/ResourceCommand.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/job/command/ResourceCommand.kt b/vid-app-common/src/main/java/org/onap/vid/job/command/ResourceCommand.kt
index 2c50e03cd..8c769d68d 100644
--- a/vid-app-common/src/main/java/org/onap/vid/job/command/ResourceCommand.kt
+++ b/vid-app-common/src/main/java/org/onap/vid/job/command/ResourceCommand.kt
@@ -222,11 +222,6 @@ abstract class ResourceCommand(
else -> InternalState.IN_PROGRESS
}
- InternalState.REPLACE_MYSELF -> when (jobStatus) {
- JobStatus.IN_PROGRESS -> InternalState.REPLACE_MYSELF
- else -> InternalState.IN_PROGRESS
- }
-
InternalState.IN_PROGRESS -> {
when {
jobStatus != JobStatus.COMPLETED -> InternalState.IN_PROGRESS