Revert: Fix headers in Handling Bot Tokens page

This commit is contained in:
chase 2018-09-28 23:29:08 +02:00
parent d7c5d28d45
commit 77a3c635b5

View File

@ -1,6 +1,5 @@
package org.telegram.abilitybots.api.bot;
import org.apache.http.impl.client.SystemDefaultCredentialsProvider;
import org.telegram.abilitybots.api.db.DBContext;
import org.telegram.telegrambots.meta.api.methods.BotApiMethod;
import org.telegram.telegrambots.meta.api.objects.Update;
@ -29,8 +28,6 @@ public abstract class AbilityWebhookBot extends BaseAbilityBot implements Webhoo
protected AbilityWebhookBot(String botToken, String botUsername, String botPath, DBContext db) {
this(botToken, botUsername, botPath, db, new DefaultBotOptions());
}
protected AbilityWebhookBot(String botToken, String botUsername, String botPath, DefaultBotOptions botOptions) {