GitHub user rodrigo93 opened a pull request: https://github.com/apache/cloudstack/pull/1440
Removed Unused Void Class Removed the class _Void.java_ from _/cloud-framework-ipc/src/org/apache/cloudstack/framework/async/Void.java_ since the method _public void AsyncMethod(Object realParam, AsyncCompletionCallback<Void> callback)_ does not exist and it does not seem to be used in another place. Also, removed an unnecessary comment in _/cloudstack-framework/ipc/test/org/apache/cloudstack/framework/codestyle/AsyncSampleListenerStyleCaller.java_ You can merge this pull request into a Git repository by running: $ git pull https://github.com/rodrigo93/cloudstack Removed-Unused-Void-class Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1440.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 #1440 ---- commit 01034ea8d642102dadc2fd39d7a01e860cecfa79 Author: Rodrigo <rodrigomarques1...@gmail.com> Date: 2016-03-13T17:35:51Z Removed Unused Void Class Removed the class Void.java from /cloud-framework-ipc/src/org/apache/cloudstack/framework/async/Void.java since the method public void AsyncMethod(Object realParam, AsyncCompletionCallback<Void> callback) does not exist and it does not seemed to be used in another place. Also, removed an unnecessary comment in /cloudstack-framework/ipc/test/org/apache/cloudstack/framework/codestyle/AsyncSampleListenerStyleCaller.java ---- --- 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. ---