Changes to DMaaP GUI for Beijing 39/30539/1
authorDominic Lunanuova <dgl@research.att.com>
Tue, 6 Feb 2018 21:32:51 +0000 (21:32 +0000)
committerDominic Lunanuova <dgl@research.att.com>
Tue, 6 Feb 2018 21:36:48 +0000 (21:36 +0000)
Using this story to make changes to GUI so it can be standalone,
and comply with ONAP terminology.

Issue-ID: DMAAP-159

Change-Id: I2d461699033a2c294cb6bfeff306405e69d8389f
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
dcae_dmaapbc_webapp/dbca-common/src/main/java/org/openecomp/dcae/dmaapbc/model/DmaapObject.java

index fc66281..977bf78 100644 (file)
@@ -25,7 +25,7 @@ package org.openecomp.dcae.dmaapbc.model;
 public abstract class DmaapObject {
 
        public enum Dmaap_Status {
-               EMPTY, NEW, STAGED, VALID, INVALID //, DELETED
+               EMPTY, NEW, STAGED, VALID, INVALID, DELETED
        }
 
        /** time stamp when object was last modified */