Fix new eclipse warnings in policy-api 55/97755/1
authorJim Hahn <jrh3@att.com>
Wed, 30 Oct 2019 15:31:30 +0000 (11:31 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 30 Oct 2019 15:32:07 +0000 (11:32 -0400)
Unused import.

Issue-ID: POLICY-2206
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I1d443997a676d3833e60330c9a58a9715844efa2

main/src/test/java/org/onap/policy/api/main/rest/provider/TestPolicyTypeProvider.java

index 69c1aa4..582b7d4 100644 (file)
@@ -33,7 +33,6 @@ import org.junit.BeforeClass;
 import org.junit.Test;
 import org.onap.policy.api.main.parameters.ApiParameterGroup;
 import org.onap.policy.common.parameters.ParameterService;
-import org.onap.policy.common.utils.coder.StandardCoder;
 import org.onap.policy.common.utils.coder.StandardYamlCoder;
 import org.onap.policy.common.utils.resources.ResourceUtils;
 import org.onap.policy.models.base.PfModelException;