mirror of https://github.com/apache/activemq.git
features polishing
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@981465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
909f7763ff
commit
7dcd1a9680
|
@ -60,7 +60,7 @@ public class CreateBrokerCommand extends OsgiCommandSupport {
|
|||
File configFile = new File(deploy, name + "-broker.xml");
|
||||
|
||||
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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue