diff options
author | Jim Hahn <jrh3@att.com> | 2020-06-19 16:44:04 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-06-19 16:47:04 -0400 |
commit | 68cdd3fe41fe7fa101d0d2331bd493a67e16203f (patch) | |
tree | 35827725aedeef378850f9dfc5d962284ba377f2 /controlloop/common/rules-test/src/test | |
parent | a25dd1264b51d36eabf416407e52c459423a5f48 (diff) |
Changes for checkstyle 8.32
Issue-ID: POLICY-2188
Change-Id: Ib90222c537c5440e0de52fa0acbaa99bbcc4772a
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/rules-test/src/test')
-rw-r--r-- | controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/RulesTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |