Fix compile bug

This commit is contained in:
Rubenlagus 2016-04-29 14:27:09 +02:00
parent 017c4b2b1d
commit 1f1cdf5d18

View File

@ -128,7 +128,7 @@ public class BotSession {
} }
} catch (JSONException ignored) { } catch (JSONException ignored) {
} }
} catch (Exception ignored) { } catch (Exception e) {
try { try {
synchronized (this) { synchronized (this) {
this.wait(500); this.wait(500);