rafaelweingartner commented on a change in pull request #2578: api: add command to list management servers URL: https://github.com/apache/cloudstack/pull/2578#discussion_r225501142
########## File path: framework/cluster/src/main/java/com/cloud/cluster/ClusterFenceManagerImpl.java ########## @@ -22,6 +22,7 @@ import javax.inject.Inject; import javax.naming.ConfigurationException; +import org.apache.cloudstack.management.ManagementServerHost; Review comment: ok, got it. This `ManagementServerHost` was already used as a return type of a method, that is why I did not see any other reference in the code, and only an import needed to be added. Thanks! ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services