Fix unnecessary @SupressWarnings annotations
This commit is contained in:
@@ -65,7 +65,6 @@ public class FooServiceImpl implements FooService {
|
||||
|
||||
private boolean initCalled = false;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@PostConstruct
|
||||
private void init() {
|
||||
if (this.initCalled) {
|
||||
|
||||
Reference in New Issue
Block a user