BATCH-1614: added toString()
This commit is contained in:
@@ -245,6 +245,11 @@ public class ClassPathXmlApplicationContextFactory implements ApplicationContext
|
||||
protected Resource[] getConfigResources() {
|
||||
return new Resource[] { resource };
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ResourceXmlApplicationContext:"+getId();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user