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
An inner class should be static unless it references members of its enclosing
class. An inner class that is made non-static unnecessarily uses more memory and
does not make the intent of the class clear.