Fix unnecessary @SupressWarnings annotations

This commit is contained in:
Phillip Webb
2013-01-29 15:37:25 -08:00
parent 2b0d860923
commit d89e30b864
20 changed files with 3 additions and 25 deletions

View File

@@ -65,7 +65,6 @@ public class FooServiceImpl implements FooService {
private boolean initCalled = false;
@SuppressWarnings("unused")
@PostConstruct
private void init() {
if (this.initCalled) {