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
The `RoleApplicationHandler` class is not making any use of inheritance
as suggested by @Zabuzard and what's more, certain methods are
unnecessarily marked as protected.
Reduce visibility of methods marked as protected and make the
`RoleApplicationHandler` class final.
Suggested-by: Zabuzard <[email protected]>
Signed-off-by: Chris Sdogkos <[email protected]>
0 commit comments