Fix if statement
Missing ')'
This commit is contained in:
parent
216e910411
commit
0132f25178
@ -261,7 +261,7 @@ public class DefaultBotSession implements BotSession {
|
||||
}
|
||||
}
|
||||
} catch (SocketException e) {
|
||||
if (!e.getMessage().equals("Socket Closed") {
|
||||
if (!e.getMessage().equals("Socket Closed")) {
|
||||
BotLogger.severe(LOGTAG, e);
|
||||
}
|
||||
} catch (SocketTimeoutException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user