spring-boot/spring-boot-cli
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
..
samples Polishing 2015-11-18 11:40:19 +00:00
src Use Collections.isEmpty() instead of .size() == 0 2015-12-16 20:59:33 +00:00
test-samples Add value alias for SpringApplicationConfiguration 2015-08-19 17:09:34 +02:00
pom.xml Next Development Version 2015-11-16 03:18:54 -08:00