Added Junits
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / logging / format / EPAppMessagesEnum.java
index d7536bf..a93be65 100644 (file)
@@ -224,7 +224,7 @@ public enum EPAppMessagesEnum {
                        "ERR540E", "Unexpected Scheduler error", "Details: {0}.", "Please check logs for more information."),
     
     SchedulerInvalidAttributeError(EPErrorCodesEnum.SCHEDULER_INVALID_ATTRIBUTEERROR, ErrorTypeEnum.SYSTEM_ERROR, AlarmSeverityEnum.MAJOR, ErrorSeverityEnum.ERROR,
-                       "ERR505E", "Unable to create Scheduler", "Details: {0}.", "Please check logs for more information."),
+                       "ERR515E", "Unable to create Scheduler", "Details: {0}.", "Please check logs for more information."),
 
        ;