http-api: Remove unused exception thrown from hiscore client

This commit is contained in:
Adam
2017-05-14 18:36:52 -04:00
parent 1ce044c308
commit cb0417cc9f
2 changed files with 2 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ public class HiscorePanel extends PluginPanel
{
result = client.lookup(lookup);
}
catch (IOException | URISyntaxException ex)
catch (IOException ex)
{
logger.warn(null, ex);
return;