rafaelweingartner opened a new pull request #2417: Fix errors that appeared after #2283 URL: https://github.com/apache/cloudstack/pull/2417 @marcaurele, @rhtyd, @DaanHoogland and others. I do not know what happened, but after I rebased my PRs against master, they were not compiling anymore. While investigating I found some odd things. For instance, the class `DatadiskTO`, it is supposed to be in `com.cloud.agent.api.to` package. However, the folder structure it was placed is `com.cloud.agent.api.api.to` [1]. There were other compilation problems as well. I do not know if these errors were already there, but in any case I fixed them. [1] https://github.com/apache/cloudstack/blob/893a88d225276e45f12f9490e6af2c94a81c2965/api/src/main/java/com/cloud/agent/api/api/to/DatadiskTO.java
---------------------------------------------------------------- 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
