GitHub user pedro-martins opened a pull request: https://github.com/apache/cloudstack/pull/1437
removed unused HypervDummyResourceBase class Was removed the class com.cloud.hypervisor.hyperv.resource.HypervDummyResourceBase - This class do not have the annotation @Component and there are no beans that instantiate this class in XML files, then this class isn't in the spring lifecycle; - The constructor of this class isn't called in the entire ACS code; - There is no other class that extends this class. Well, I think that this class isn't used in the ACS code, but if I'm wrong, please be free to comment. Ty. You can merge this pull request into a Git repository by running: $ git pull https://github.com/pedro-martins/cloudstack removed-unused-HypervDummyResourceBase-class Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1437.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1437 ---- commit e1a75de9bc46776390d05aa1e996861a5a1e053a Author: pedro-martins <php...@gmail.com> Date: 2016-03-10T17:46:33Z removed unused com.cloud.hypervisor.hyperv.resource.HypervDummyResourceBase class ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---