Remove this redundant static qualifier 17/30117/1
authorTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Fri, 2 Feb 2018 06:32:37 +0000 (12:02 +0530)
committerTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Fri, 2 Feb 2018 06:33:22 +0000 (12:03 +0530)
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 <BS00493532@techmahindra.com>
src/main/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceObject.java

index 83e2bfe..232c18a 100644 (file)
@@ -29,7 +29,7 @@ import org.joda.time.DateTimeZone;
  */
 public class DCAEServiceObject {
 
-    public static enum DCAEServiceStatus {
+    public enum DCAEServiceStatus {
         RUNNING,
         REMOVED
     }