From 5a366fdab88b7205cedd2ba687109b80dc374544 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 10 Dec 2019 13:57:32 +0000 Subject: Fix minor checksyle issues in models New checkstyle profile flagged some minor issues in policy models. Issue-ID: POLICY-2165 Change-Id: I17ed070a3d55601ad31e48fdfd29fff01d29fa42 Signed-off-by: liamfallon --- .../org/onap/policy/models/errors/concepts/ErrorResponseUtils.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'models-errors') 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 { } } } - -- cgit 1.2.3-korg