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/eventmanager/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/eventmanager/src/test')
-rw-r--r-- | controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/ControlLoopExceptionTest.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/ControlLoopExceptionTest.java b/controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/ControlLoopExceptionTest.java index e33b260f9..ab86a5341 100644 --- a/controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/ControlLoopExceptionTest.java +++ b/controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/ControlLoopExceptionTest.java @@ -8,9 +8,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -24,7 +24,6 @@ package org.onap.policy.controlloop; import static org.junit.Assert.assertNotNull; import java.io.IOException; - import org.junit.Test; public class ControlLoopExceptionTest { |