Merge branch '1.1.x'

Conflicts:
	spring-boot-docs/src/main/asciidoc/howto.adoc
This commit is contained in:
Phillip Webb
2014-09-15 11:37:50 -07:00
6 changed files with 32 additions and 11 deletions

View File

@@ -78,10 +78,7 @@ public class RunPluginFeatures implements PluginFeatures {
if (project.hasProperty("applicationDefaultJvmArgs")) {
return project.property("applicationDefaultJvmArgs");
}
else {
return Collections.emptyList();
}
return Collections.emptyList();
}
});
}