Renamed ignored exception

Merge #37
This commit is contained in:
Rubenlagus 2016-04-17 16:54:08 +02:00
parent a5cae5ac35
commit fe5336034a

View File

@ -64,9 +64,7 @@ public class BotSession {
{
httpclient.close();
httpclient = null;
} catch (IOException e)
{
//Ignore it
} catch (IOException ignored) {
}
}