Skip to content

Commit

Permalink
Removes java.util.* and imports only relevant ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirishikesan committed Jul 18, 2023
1 parent adbc50c commit 260967d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
import org.wso2.carbon.automation.test.utils.http.client.HttpResponse;

import java.net.URL;
import java.util.*;
import java.util.HashMap;
import java.util.ArrayList;
import java.util.Map;

public class TokenEndpointCorsTestCase extends APIManagerLifecycleBaseTest {

Expand Down

0 comments on commit 260967d

Please sign in to comment.