I'd like to extend the sink task for a very specific implementation, but not being able to access these methods outside the package is giving me trouble. I see no reason for these 2 methods to be package private, especially since other similar methods are not.
I'd like to extend the sink task for a very specific implementation, but not being able to access these methods outside the package is giving me trouble. I see no reason for these 2 methods to be package private, especially since other similar methods are not.