diff options
author | Dominic Lunanuova <dgl@research.att.com> | 2018-02-06 21:32:51 +0000 |
---|---|---|
committer | Dominic Lunanuova <dgl@research.att.com> | 2018-02-06 21:36:48 +0000 |
commit | b5a2c68c1a2c00751575d938d983f4301822f6d3 (patch) | |
tree | df455b526f78f4a9cd66eea0f4a6b8c6f7482326 /dcae_dmaapbc_webapp | |
parent | 5c4ed8f75532101e49e2583e0f8b5acadd1314a7 (diff) |
Changes to DMaaP GUI for Beijing
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>
Diffstat (limited to 'dcae_dmaapbc_webapp')
-rw-r--r-- | dcae_dmaapbc_webapp/dbca-common/src/main/java/org/openecomp/dcae/dmaapbc/model/DmaapObject.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-common/src/main/java/org/openecomp/dcae/dmaapbc/model/DmaapObject.java b/dcae_dmaapbc_webapp/dbca-common/src/main/java/org/openecomp/dcae/dmaapbc/model/DmaapObject.java index fc66281..977bf78 100644 --- a/dcae_dmaapbc_webapp/dbca-common/src/main/java/org/openecomp/dcae/dmaapbc/model/DmaapObject.java +++ b/dcae_dmaapbc_webapp/dbca-common/src/main/java/org/openecomp/dcae/dmaapbc/model/DmaapObject.java @@ -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 */ |