aboutsummaryrefslogtreecommitdiffstats
path: root/feature-distributed-locking
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-16 20:10:25 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-16 20:12:25 +0100
commitd2de9af0462ba9313feb9babd5853853374ee53c (patch)
tree3b04e8d28665ec097523dd446874bc55f9d1c20c /feature-distributed-locking
parent4dee5b8f519e7c206009f29bd2f5c4f0b96d1105 (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.java1
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 {