Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / logging / ErrorObject.java
index 2e849d2..20068e9 100644 (file)
@@ -75,6 +75,7 @@ public class ErrorObject {
 
     /**
      * Instantiates a new error object.
+     * 
      * @param severity the severity
      * @param errorCode the error code
      * @param errorText the error text
@@ -305,6 +306,7 @@ public class ErrorObject {
     public void setDetails(String details) {
         this.details = details == null ? "" : details;
     }
+
     /**
      * Sets the aai els error code.
      *
@@ -313,6 +315,7 @@ public class ErrorObject {
     public void setAaiElsErrorCode(String elsErrorCode) {
         aaiElsErrorCode = elsErrorCode;
     }
+
     /**
      * Gets the aai els error code.
      *
@@ -321,6 +324,7 @@ public class ErrorObject {
     public String getAaiElsErrorCode() {
         return (aaiElsErrorCode);
     }
+
     /**
      * Gets the error code string. This is also the string
      * configured in Nagios to alert on