Deepthought
Deepthought copied to clipboard
Impossible to extend UpdatesHandlerBase.java
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