From 71b3a6b68a1a27839fde863b46c74587131be313 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 29 Apr 2019 13:07:09 -0400 Subject: Fix sonar bug and upgrade parent * Fix simple sonar bug for logging errors * Private constructors to hide implicit. * Not enough arguments for debug statement * Upgrade to policy/parent released version Issue-ID: POLICY-1700 Change-Id: Id8040c2aa0abdbe4946db60f97cb279974817447 Signed-off-by: Pamela Dragosh --- .../onap/policy/database/operationshistory/GetOperationOutcomePip.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/database') diff --git a/controlloop/common/database/src/main/java/org/onap/policy/database/operationshistory/GetOperationOutcomePip.java b/controlloop/common/database/src/main/java/org/onap/policy/database/operationshistory/GetOperationOutcomePip.java index 01b0709b2..20c8f028a 100644 --- a/controlloop/common/database/src/main/java/org/onap/policy/database/operationshistory/GetOperationOutcomePip.java +++ b/controlloop/common/database/src/main/java/org/onap/policy/database/operationshistory/GetOperationOutcomePip.java @@ -124,7 +124,7 @@ public class GetOperationOutcomePip extends StdOnapPip { } private String doDatabaseQuery(String clname, String target) { - logger.info("Querying operations history for {} {} {} {} {}", + logger.info("Querying operations history for {} {}", clname, target); // // Do the query -- cgit 1.2.3-korg