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;h=de16ca4ba1cf197597f14b94c6803d07c8121636;hb=91caae9521e119b49a3b66ea55aa0ca237f8e72f;hp=ccd2938174e43db8b3e5b29928f7118ab96a7425;hpb=e4b20cc6f7c31f48ddd0de5bcd054b09a35cd510;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 ccd29381..de16ca4b 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 @@ -7,9 +7,9 @@ * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at - * * + * * * * http://www.apache.org/licenses/LICENSE-2.0 - * * + * * * * Unless required by applicable law or agreed to in writing, software * * distributed under the License is distributed on an "AS IS" BASIS, * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,26 +26,25 @@ import com.att.eelf.i18n.EELFResolvableErrorEnum; import com.att.eelf.i18n.EELFResourceManager; public enum EelfMsgs implements EELFResolvableErrorEnum { - - /** + + /** * Application message prints user (accepts one argument) */ - MESSAGE_WITH_BEHALF, + MESSAGE_WITH_BEHALF, - /** + /** * Application message prints user and FeedID (accepts two arguments) */ - MESSAGE_WITH_BEHALF_AND_FEEDID, + MESSAGE_WITH_BEHALF_AND_FEEDID, - /** + /** * Application message prints user and SUBID (accepts two arguments) */ - MESSAGE_WITH_BEHALF_AND_SUBID; + MESSAGE_WITH_BEHALF_AND_SUBID; + - - /** * Static initializer to ensure the resource bundles for this class are loaded... * Here this application loads messages from three bundles