diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-16 20:10:25 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-16 20:12:25 +0100 |
commit | d2de9af0462ba9313feb9babd5853853374ee53c (patch) | |
tree | 3b04e8d28665ec097523dd446874bc55f9d1c20c /feature-distributed-locking | |
parent | 4dee5b8f519e7c206009f29bd2f5c4f0b96d1105 (diff) |
Fix minor warnings in code
Issue-ID: POLICY-4045
Change-Id: I3ee1bce6f71c46a5b6ca819316b210a2a2ff8993
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'feature-distributed-locking')
-rw-r--r-- | feature-distributed-locking/src/test/java/org/onap/policy/distributed/locking/DistributedLockManagerExceptionTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/feature-distributed-locking/src/test/java/org/onap/policy/distributed/locking/DistributedLockManagerExceptionTest.java b/feature-distributed-locking/src/test/java/org/onap/policy/distributed/locking/DistributedLockManagerExceptionTest.java index cfd6a151..9c172545 100644 --- a/feature-distributed-locking/src/test/java/org/onap/policy/distributed/locking/DistributedLockManagerExceptionTest.java +++ b/feature-distributed-locking/src/test/java/org/onap/policy/distributed/locking/DistributedLockManagerExceptionTest.java @@ -24,7 +24,6 @@ import static org.junit.Assert.assertEquals; import org.junit.Test; import org.onap.policy.common.utils.test.ExceptionsTester; -import org.onap.policy.distributed.locking.DistributedLockManagerException; public class DistributedLockManagerExceptionTest extends ExceptionsTester { |