The `rx.join.ObserverBase` class should not be public as part of the rxjava-core API. It needs to be deleted or made private. It replicates behavior of `SafeObserver` which is also kept private. /cc @headinthebox and @jhusain
The
rx.join.ObserverBaseclass should not be public as part of the rxjava-core API.It needs to be deleted or made private. It replicates behavior of
SafeObserverwhich is also kept private./cc @headinthebox and @jhusain