From: TECHMAHINDRA\BS00493532 Date: Fri, 2 Feb 2018 06:32:37 +0000 (+0530) Subject: Remove this redundant static qualifier X-Git-Tag: 2.0.0-ONAP~38^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2e3c7073b8a79a0003b0f9d38a53fee12742100f;p=dcaegen2%2Fplatform%2Finventory-api.git Remove this redundant static qualifier Remove this redundant static qualifier DCAEServiceObject.java Sonar link : https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=BharathS24 Location : src/main/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceObject.java Change-Id: Ib4a38feca00aaf9282b4bc21407e35a7d613d9c7 Issue-ID: DCAEGEN2-297 Signed-off-by: TECHMAHINDRA\BS00493532 --- diff --git a/src/main/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceObject.java b/src/main/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceObject.java index 83e2bfe..232c18a 100644 --- a/src/main/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceObject.java +++ b/src/main/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceObject.java @@ -29,7 +29,7 @@ import org.joda.time.DateTimeZone; */ public class DCAEServiceObject { - public static enum DCAEServiceStatus { + public enum DCAEServiceStatus { RUNNING, REMOVED }