DaanHoogland commented on a change in pull request #2181: CLOUDSTACK-9957
Annotations
URL: https://github.com/apache/cloudstack/pull/2181#discussion_r130285644
##########
File path: api/src/org/apache/cloudstack/api/BaseCmd.java
##########
@@ -192,6 +191,8 @@
public AlertService _alertSvc;
@Inject
public UUIDManager _uuidMgr;
+ @Inject
+ public AnnotationService annotationService;
Review comment:
this is not the usual pattern on API classes. I am adhering to the general
practice in this case
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services