rafaelweingartner commented on a change in pull request #2500: Restrict the
number of managed clustered file systems per compute cluster
URL: https://github.com/apache/cloudstack/pull/2500#discussion_r214223393
##########
File path:
engine/components-api/src/main/resources/META-INF/cloudstack/core/spring-engine-components-api-core-context.xml
##########
@@ -25,6 +25,6 @@
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd"
- >
-
+ >
+ <bean id="storageUtil" class="com.cloud.storage.StorageUtil" />
Review comment:
The result is the same, but what about using `@Component` instead? You are
already using the `@Inject` annotaiton.
----------------------------------------------------------------
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