Remove "final" keywords
Closes gh-11294
This commit is contained in:
committed by
Stephane Nicoll
parent
bd7bd6edc8
commit
6d54072e04
@@ -35,7 +35,7 @@ public class ChatService {
|
||||
private final Logger logger = LoggerFactory.getLogger(ChatService.class);
|
||||
|
||||
@Ready
|
||||
public void onReady(final AtmosphereResource resource) {
|
||||
public void onReady(AtmosphereResource resource) {
|
||||
this.logger.info("Connected", resource.uuid());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user