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
Many operator's documentation repeats (more or less) its first sentence as part of @return. This adds unnecessary verbosity, opportunity for them to become desynced and is extra effort to maintain.
Instead, they should be as simple as @return the new {@code Type} instance.