spring-boot/spring-boot-samples/spring-boot-sample-websocke.../src
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
..
main Use Collections.isEmpty() instead of .size() == 0 2015-12-16 20:59:33 +00:00
test/java/samples/websocket/tomcat Update the samples to use @WebIntegrationTest and randomPort=true 2015-10-27 11:56:01 +00:00