mirror of https://github.com/apache/activemq.git
avoid println in the console output
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@467693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d54de6504
commit
e80e052c27
|
@ -34,7 +34,7 @@ public class BrokerXmlConfigFromJNDITest extends JmsTopicSendReceiveWithTwoConne
|
|||
// START SNIPPET: example
|
||||
|
||||
|
||||
System.err.print(System.getProperties());
|
||||
// System.err.print(System.getProperties());
|
||||
|
||||
// we could put these properties into a jndi.properties
|
||||
// on the classpath instead
|
||||
|
|
Loading…
Reference in New Issue