Changed method to protected to allow overriding it
This commit is contained in:
parent
ca95a00b62
commit
e61a52dc11
@ -754,7 +754,7 @@ public abstract class DefaultAbsSender extends AbsSender {
|
||||
return method.deserializeResponse(responseContent);
|
||||
}
|
||||
|
||||
private String getBaseUrl() {
|
||||
protected String getBaseUrl() {
|
||||
return ApiConstants.BASE_URL + getBotToken() + "/";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user