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:
Hiram R. Chirino 2006-10-25 16:00:57 +00:00
parent 7d54de6504
commit e80e052c27
1 changed files with 1 additions and 1 deletions

View File

@ -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