Skip to content

Commit

Permalink
remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
dushaniw committed Mar 26, 2024
1 parent 07e1cef commit bd95938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
import org.wso2.is.key.manager.operations.endpoint.dto.ClaimRequestDTO;
import org.wso2.is.key.manager.operations.endpoint.userinfo.util.UserInfoUtil;

import javax.ws.rs.core.Response;
import java.util.HashMap;
import java.util.Map;
import java.util.SortedMap;
import java.util.TreeMap;
import javax.ws.rs.core.Response;

import static org.apache.commons.collections.MapUtils.isNotEmpty;

Expand Down

0 comments on commit bd95938

Please sign in to comment.