From d2de9af0462ba9313feb9babd5853853374ee53c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 16 Sep 2022 20:10:25 +0100 Subject: Fix minor warnings in code Issue-ID: POLICY-4045 Change-Id: I3ee1bce6f71c46a5b6ca819316b210a2a2ff8993 Signed-off-by: liamfallon --- .../policy/distributed/locking/DistributedLockManagerExceptionTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'feature-distributed-locking') 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 { -- cgit 1.2.3-korg