From 68cdd3fe41fe7fa101d0d2331bd493a67e16203f Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 19 Jun 2020 16:44:04 -0400 Subject: Changes for checkstyle 8.32 Issue-ID: POLICY-2188 Change-Id: Ib90222c537c5440e0de52fa0acbaa99bbcc4772a Signed-off-by: Jim Hahn --- .../java/org/onap/policy/controlloop/common/rules/test/RulesTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/rules-test/src/test') diff --git a/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/RulesTest.java b/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/RulesTest.java index 89b1a1b69..3f1cc2550 100644 --- a/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/RulesTest.java +++ b/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/RulesTest.java @@ -113,7 +113,7 @@ public class RulesTest { */ @BeforeClass public static void setUpBeforeClass() throws Exception { - /** + /* * Attach appender to the logger. */ appender.setContext(logger.getLoggerContext()); -- cgit 1.2.3-korg