Skip to content

Commit

Permalink
remove unknown exception
Browse files Browse the repository at this point in the history
  • Loading branch information
smccarthy-godaddy committed Apr 15, 2018
1 parent 3716d47 commit 6bf8789
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import org.openqa.grid.internal.ProxySet;
import org.openqa.grid.internal.RemoteProxy;
import org.openqa.grid.web.servlet.RegistryBasedServlet;
import org.openqa.selenium.remote.JsonException;

import com.google.gson.GsonBuilder;

Expand Down Expand Up @@ -50,7 +49,7 @@ protected void process(HttpServletRequest request, HttpServletResponse response)
response.getWriter().close();
}

private Map<String, List<String>> getResponse() throws IOException, JsonException {
private Map<String, List<String>> getResponse() throws IOException {
Map<String, List<String>> res = new HashMap<>();
ArrayList<String> nodeList = new ArrayList<>();

Expand Down

0 comments on commit 6bf8789

Please sign in to comment.