Files
spring-boot/spring-boot-cli/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
..
2014-11-11 12:44:31 -08:00
2013-11-16 00:08:14 -08:00
2014-01-28 07:18:37 +00:00