Deepthought icon indicating copy to clipboard operation
Deepthought copied to clipboard

Impossible to extend UpdatesHandlerBase.java

Open afshar-mohammad opened this issue 8 years ago • 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

afshar-mohammad avatar Oct 17 '16 13:10 afshar-mohammad

Constructor will be protected in next version

rubenlagus avatar Oct 17 '16 21:10 rubenlagus