rubenlagus/Deepthought

Impossible to extend UpdatesHandlerBase.java

Opened this issue · 1 comments

The class UpdatesHandlerBase constructor is not public so it's impossible to extend it from an external package. It's simply possible to extend DefaultUpdatesHandler, but in the README it's written:

create your own class that extends UpdatesHandlerBase.java (or DefaultUpdatesHandler.java if you only need a simpler version)

I guess one of them needs a tiny edit.

thanks

Constructor will be protected in next version