Remove unnecessary @SupressWarnings

This commit is contained in:
Dave Syer
2016-10-13 14:44:04 +01:00
parent 843e0de134
commit cf0fe6c856

View File

@@ -57,7 +57,6 @@ public class KafkaApplication {
.run(args);
}
@SuppressWarnings("unused")
@Service
static class KafkaDevServer implements SmartLifecycle {
private AtomicBoolean running = new AtomicBoolean(false);