tidier println() comment

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@520866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-03-21 12:52:11 +00:00
parent 332aae366c
commit 2e06692aaf
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class XBeanBrokerFactory implements BrokerFactoryHandler {
}
protected ApplicationContext createApplicationContext(String uri) throws MalformedURLException {
System.out.println("####Êattempting to figure out the type of resource: " + uri);
System.out.println("Now attempting to figure out the type of resource: " + uri);
Resource resource;
File file = new File(uri);
if (file.exists()) {