You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reading the Notification class due to #4457 I noticed Notification.createOnCompleted(Class<T> type) which seems to be only used in one test and that test does not really add any value. So I'm wondering since this is in the public API and not used can be it removed or do you see any value in having this method around?