spring-boot/spring-boot-tools/spring-boot-maven-plugin/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
..
it Add "INIT INFO" property substitutions 2015-10-20 17:48:22 -07:00
main/java/org/springframework/boot/maven Use Collections.isEmpty() instead of .size() == 0 2015-12-16 20:59:33 +00:00
site Polish 2015-11-21 08:12:21 +01:00
test/java/org/springframework/boot/maven Merge remote-tracking branch 'local12x/1.2.x' 2015-10-19 12:56:55 -07:00