mirror of https://github.com/apache/activemq.git
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:
parent
332aae366c
commit
2e06692aaf
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue