X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-prov%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fdmaap%2Fdatarouter%2Fprovisioning%2Feelf%2FEelfMsgs.java;fp=datarouter-prov%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fdmaap%2Fdatarouter%2Fprovisioning%2Feelf%2FEelfMsgs.java;h=595ce4fec3a762fd056851572e891268d9001ce9;hb=f94a3f35ccf9f95455b2840e4465a71b0bb5c71d;hp=b1d856c5b13cd7e7cee8a86c538cee9467289e58;hpb=6fb37eb225e48b58b1f30fc0423d19046509a54b;p=dmaap%2Fdatarouter.git diff --git a/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/provisioning/eelf/EelfMsgs.java b/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/provisioning/eelf/EelfMsgs.java index b1d856c5..595ce4fe 100644 --- a/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/provisioning/eelf/EelfMsgs.java +++ b/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/provisioning/eelf/EelfMsgs.java @@ -20,6 +20,7 @@ * * ECOMP is a trademark and service mark of AT&T Intellectual Property. * * ******************************************************************************/ + package org.onap.dmaap.datarouter.provisioning.eelf; import com.att.eelf.i18n.EELFResolvableErrorEnum; @@ -27,19 +28,20 @@ import com.att.eelf.i18n.EELFResourceManager; public enum EelfMsgs implements EELFResolvableErrorEnum { + /** - * Application message prints user (accepts one argument) + * Application message prints user (accepts one argument). */ MESSAGE_WITH_BEHALF, /** - * Application message prints user and FeedID (accepts two arguments) + * Application message prints user and FeedID (accepts two arguments). */ MESSAGE_WITH_BEHALF_AND_FEEDID, /** - * Application message prints user and SUBID (accepts two arguments) + * Application message prints user and SUBID (accepts two arguments). */ MESSAGE_WITH_BEHALF_AND_SUBID,