Skip to content

Commit 56e5fbd

Browse files
author
Alex Huang
committed
removed import of componentlocator and inject from all files
1 parent 395de6f commit 56e5fbd

157 files changed

Lines changed: 2895 additions & 3470 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/src/org/apache/cloudstack/api/BaseCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public enum CommandType {
141141

142142
public static QueryService _queryService;
143143

144-
static void setComponents(ResponseGenerator generator) {
144+
public static void setComponents(ResponseGenerator generator) {
145145
_mgr = ComponentContext.getComponent(ManagementService.class);
146146
_accountService = ComponentContext.getComponent(AccountService.class);
147147
_configService = ComponentContext.getComponent(ConfigurationService.class);

0 commit comments

Comments
 (0)