Sonar Fix - Perm.java - removed unused import 13/93313/1
authordinesha <dineshgs@in.ibm.com>
Mon, 12 Aug 2019 09:54:35 +0000 (15:24 +0530)
committerdinesha <dineshgs@in.ibm.com>
Mon, 12 Aug 2019 09:54:52 +0000 (15:24 +0530)
Fixed sonar issues across the file

Issue-ID: AAF-909
Change-Id: Ib6f958878a9229fe734cae1e0ac702d84562c06b
Signed-off-by: dinesha <dineshgs@in.ibm.com>
auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/perm/Perm.java

index 917e19a..40a07f4 100644 (file)
@@ -25,7 +25,6 @@ package org.onap.aaf.auth.cmd.perm;
 
 import org.onap.aaf.auth.cmd.BaseCmd;
 import org.onap.aaf.auth.cmd.role.Role;
-import org.onap.aaf.misc.env.APIException;
 
 public class Perm extends BaseCmd<Perm> {
     Role role;