(Sonar) Fixed finding: "@Override should be used on overriding and implementing methods"
This commit is contained in:
@@ -18,6 +18,7 @@ class AppUpdateAuthService implements ShowAdminInterface {
|
||||
@Autowired private UserRepository userRepository;
|
||||
@Autowired private ApplicationProperties applicationProperties;
|
||||
|
||||
@Override
|
||||
public boolean getShowUpdateOnlyAdmins() {
|
||||
boolean showUpdate = applicationProperties.getSystem().getShowUpdate();
|
||||
if (!showUpdate) {
|
||||
|
||||
Reference in New Issue
Block a user