From e51d6eaa4b08bb8f8031402c6ead729a672a5217 Mon Sep 17 00:00:00 2001 From: Timo Schulz Date: Sat, 21 May 2016 15:00:40 +0200 Subject: [PATCH] fix missing blank ;) --- .../telegrambots/bots/TelegramLongPollingCommandBot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/telegram/telegrambots/bots/TelegramLongPollingCommandBot.java b/src/main/java/org/telegram/telegrambots/bots/TelegramLongPollingCommandBot.java index f9a6ab8c..9f7fbc5f 100644 --- a/src/main/java/org/telegram/telegrambots/bots/TelegramLongPollingCommandBot.java +++ b/src/main/java/org/telegram/telegrambots/bots/TelegramLongPollingCommandBot.java @@ -17,7 +17,7 @@ import java.util.Map; * * @author tschulz */ -public abstract class TelegramLongPollingCommandBot extends AbsSender implements ITelegramLongPollingBot, ICommandRegistry{ +public abstract class TelegramLongPollingCommandBot extends AbsSender implements ITelegramLongPollingBot, ICommandRegistry { public static final String LOGTAG = "TelegramLongPollingCommandBot"; private final CommandRegistry commandRegistry;