mirror of https://github.com/apache/cloudstack.git
Fix the compiling issue for usage server caused by mering the Spring work
This commit is contained in:
parent
d79f1f6fdc
commit
8eadeba37c
|
|
@ -33,6 +33,10 @@ public class ComponentLocator {
|
|||
return ComponentContext.getCompanent(ComponentLocator.class);
|
||||
}
|
||||
|
||||
public static ComponentLocator getLocator(String server, String configFileName, String log4jFilename) {
|
||||
return ComponentContext.getCompanent(ComponentLocator.class);
|
||||
}
|
||||
|
||||
public static Object getComponent(String componentName) {
|
||||
return ComponentContext.getCompanent(componentName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue