summaryrefslogtreecommitdiffstats
path: root/models-errors/src
diff options
context:
space:
mode:
Diffstat (limited to 'models-errors/src')
-rw-r--r--models-errors/src/main/java/org/onap/policy/models/errors/concepts/ErrorResponseUtils.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/models-errors/src/main/java/org/onap/policy/models/errors/concepts/ErrorResponseUtils.java b/models-errors/src/main/java/org/onap/policy/models/errors/concepts/ErrorResponseUtils.java
index 5052d36fd..67815a811 100644
--- a/models-errors/src/main/java/org/onap/policy/models/errors/concepts/ErrorResponseUtils.java
+++ b/models-errors/src/main/java/org/onap/policy/models/errors/concepts/ErrorResponseUtils.java
@@ -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 {
}
}
}
-