spring-boot/spring-boot-autoconfigure
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
..
src Use Collections.isEmpty() instead of .size() == 0 2015-12-16 20:59:33 +00:00
pom.xml Next Development Version 2015-11-16 03:18:54 -08:00