spring-boot/spring-boot-samples/spring-boot-sample-websocke.../src/main
Kirill Vlasov 786aacf2e9 Use Collections.isEmpty() instead of .size() == 0
Ensure that Collections.isEmpty() is used to check if there are no
elements in a collections. This is more explicit and can be faster than
calling .size().

Closes gh-4783
2015-12-16 20:59:33 +00:00
..
java/samples/websocket/tomcat Use Collections.isEmpty() instead of .size() == 0 2015-12-16 20:59:33 +00:00
resources/static Polish WebSocket samples 2014-12-03 16:23:15 -08:00