aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/java/org/onap/aai/rest
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-11-14 17:01:44 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-11-14 17:01:44 +0000
commit40692ec87600214b6a5a3be6885286867d5393d2 (patch)
treeef899f5c3deb52b97ff1d863c9134617abdaf828 /aai-resources/src/test/java/org/onap/aai/rest
parenta0234adccf748953c4f884275a7bd6036236263c (diff)
Reduce the number of problems in resources by removing unused imports
- add removeUnusedImports option to spotless - update spotless plugin to latest version Issue-ID: AAI-3596 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I2c4c4b71a9c6b1a719f171194c631a88c70c221e
Diffstat (limited to 'aai-resources/src/test/java/org/onap/aai/rest')
-rw-r--r--aai-resources/src/test/java/org/onap/aai/rest/PserverRelationshipTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/aai-resources/src/test/java/org/onap/aai/rest/PserverRelationshipTest.java b/aai-resources/src/test/java/org/onap/aai/rest/PserverRelationshipTest.java
index 005ad16..6e52df0 100644
--- a/aai-resources/src/test/java/org/onap/aai/rest/PserverRelationshipTest.java
+++ b/aai-resources/src/test/java/org/onap/aai/rest/PserverRelationshipTest.java
@@ -33,7 +33,6 @@ import java.util.Set;
import org.junit.Test;
import org.onap.aai.PayloadUtil;
-import org.onap.aai.util.MapperUtil;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpStatus;