Checkstyle fixes for prov eelf and utils
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / provisioning / eelf / EelfMsgs.java
index b1d856c..595ce4f 100644 (file)
@@ -20,6 +20,7 @@
  * * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
  * *\r
  ******************************************************************************/\r
+\r
 package org.onap.dmaap.datarouter.provisioning.eelf;\r
 \r
 import com.att.eelf.i18n.EELFResolvableErrorEnum;\r
@@ -27,19 +28,20 @@ import com.att.eelf.i18n.EELFResourceManager;
 \r
 public enum EelfMsgs implements EELFResolvableErrorEnum {\r
 \r
+\r
     /**\r
-     * Application message prints user (accepts one argument)\r
+     * Application message prints user (accepts one argument).\r
      */\r
     MESSAGE_WITH_BEHALF,\r
 \r
     /**\r
-     * Application message prints user and FeedID (accepts two arguments)\r
+     * Application message prints user and FeedID (accepts two arguments).\r
      */\r
 \r
     MESSAGE_WITH_BEHALF_AND_FEEDID,\r
 \r
     /**\r
-     * Application message prints user and SUBID (accepts two arguments)\r
+     * Application message prints user and SUBID (accepts two arguments).\r
      */\r
 \r
     MESSAGE_WITH_BEHALF_AND_SUBID,\r