summaryrefslogtreecommitdiffstats
path: root/controlloop/common/rules-test/src
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-16 20:15:20 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-16 20:15:24 +0100
commitd065f5d1f2f36a44f849064393f901070e6df432 (patch)
treed0e640105eac8f3b4fc9ecc412d582b248ff51df /controlloop/common/rules-test/src
parente410bd62110ead39aea2da6ecb792738ae933ad5 (diff)
Fix minor warnings in code
Issue-ID: POLICY-4045 Change-Id: I3587a3b77ff5860a84a88d4d390238e3654693b7 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'controlloop/common/rules-test/src')
-rw-r--r--controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java b/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java
index a42ff6f5e..737005eaa 100644
--- a/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java
+++ b/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/ExceptionsTest.java
@@ -24,8 +24,6 @@ import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.onap.policy.common.utils.test.ExceptionsTester;
-import org.onap.policy.controlloop.common.rules.test.SimulatorException;
-import org.onap.policy.controlloop.common.rules.test.TopicException;
public class ExceptionsTest {