features polishing

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@981465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-08-02 11:49:24 +00:00
parent 909f7763ff
commit 7dcd1a9680
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class CreateBrokerCommand extends OsgiCommandSupport {
File configFile = new File(deploy, name + "-broker.xml"); File configFile = new File(deploy, name + "-broker.xml");
if (!type.equalsIgnoreCase("spring") && !type.equalsIgnoreCase("blueprint")) { if (!type.equalsIgnoreCase("spring") && !type.equalsIgnoreCase("blueprint")) {
System.out.println("@green Unknown type '" + type + "' Using spring by default"); System.out.println("@|green Unknown type '" + type + "' Using spring by default");
type = "spring"; type = "spring";
} }