From bd384dfe6344a691a0276a2ac1a920a2feb9328e Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 6 Nov 2020 08:14:51 -0500 Subject: Fix upcoming checkstyle issues When we upgrade to oparent, these will fail as oparent upgrades to 8.37 of puppycrawl which fixes a few bugs that should have flagged these previously. Issue-ID: POLICY-2887 Change-Id: I5618ce67d84e94321f884ed6d929c05fc33a0b3d Signed-off-by: Pamela Dragosh --- .../src/main/java/org/onap/policy/common/logging/OnapLoggingUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common-logging') diff --git a/common-logging/src/main/java/org/onap/policy/common/logging/OnapLoggingUtils.java b/common-logging/src/main/java/org/onap/policy/common/logging/OnapLoggingUtils.java index 369e77a4..b7c93c6f 100644 --- a/common-logging/src/main/java/org/onap/policy/common/logging/OnapLoggingUtils.java +++ b/common-logging/src/main/java/org/onap/policy/common/logging/OnapLoggingUtils.java @@ -65,7 +65,7 @@ public class OnapLoggingUtils { * if last argument is throwable/exception, pass it as argument to logger. * @param format message format can contains text and {} * @param arguments output arguments - * @return + * @return the formatted message as a String */ public static String formatMessage(String format, Object...arguments) { if (arguments.length <= 0 || arguments[0] == null) { -- cgit 1.2.3-korg