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
Boolean is used by sinker Response success, fallback. We should change it to boolean, such that when we new a Response object with a primitive boolean value, Java doesn't need to perform unnecessary boxing. We don't have a case where success can be null.