Fix minor checksyle issues in models
[policy/models.git] / models-errors / src / main / java / org / onap / policy / models / errors / concepts / ErrorResponseUtils.java
index 5052d36..67815a8 100644 (file)
@@ -32,7 +32,9 @@ public final class ErrorResponseUtils {
     /**
      * Private constructor used to prevent sub class instantiation.
      */
-    private ErrorResponseUtils() {}
+    private ErrorResponseUtils() {
+        // Default constructor
+    }
 
     /**
      * Store the cascaded messages from an exception and all its nested exceptions in an ErrorResponse object.
@@ -53,4 +55,3 @@ public final class ErrorResponseUtils {
         }
     }
 }
-