aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java
diff options
context:
space:
mode:
authorPawel Kadlubanski <pawel.kadlubanski@nokia.com>2018-05-28 11:34:50 +0200
committerPawel Kadlubanski <pawel.kadlubanski@nokia.com>2018-05-28 11:35:31 +0200
commitae2335539459822eda2abf66b6062aae0795ad24 (patch)
tree962305468f9fca658bae78d35c314e2724e2a942 /test/mocks/pnfsimulator/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java
parentb2341a5b10c1dd57f19fdeb8fd19ed820dcaa2eb (diff)
Correction in created message.
Issue-ID: INT-458 Change-Id: Ic66e27bc89eea194769d54dd367a9a09d484d87f Signed-off-by: Pawel Kadlubanski <pawel.kadlubanski@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java')
-rw-r--r--test/mocks/pnfsimulator/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java b/test/mocks/pnfsimulator/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java
index b49c1ea1d..5805a88c7 100644
--- a/test/mocks/pnfsimulator/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java
+++ b/test/mocks/pnfsimulator/src/main/java/org/onap/pnfsimulator/message/MessageConstants.java
@@ -17,11 +17,12 @@
* limitations under the License.
* ============LICENSE_END=========================================================
*/
-
+
package org.onap.pnfsimulator.message;
public final class MessageConstants {
+ public static final String EVENT = "event";
public static final String DOMAIN = "domain";
public static final String EVENT_ID = "eventId";
public static final String EVENT_TYPE = "eventType";