Merge pull request #55 from rubenlagus/dev

Fix compile bug
This commit is contained in:
Ruben Bermudez 2016-04-29 14:28:17 +02:00
commit aee15fffb5

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);