mdominka commented on a change in pull request #3776: Fix HA config keys URL: https://github.com/apache/cloudstack/pull/3776#discussion_r360823981
########## File path: api/src/main/java/com/cloud/resource/ResourceState.java ########## @@ -16,12 +16,12 @@ // under the License. package com.cloud.resource; +import com.cloud.utils.fsm.StateMachine; + import java.util.Arrays; import java.util.List; import java.util.Set; -import com.cloud.utils.fsm.StateMachine; - Review comment: I think thats happened during the merge. My IntelliJ sorts the imports differently, for whatever reason.. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
