GitHub user rodrigo93 opened a pull request: https://github.com/apache/cloudstack/pull/1439
Changed Void Methods to void I have changed many "Void" methods to "void" since they have to return null at the end and it has the same effect of "void" methods. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rodrigo93/cloudstack Changed_Void_Methods_to_void Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1439.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 #1439 ---- commit 53da9b645ce4fc39706ae72e28e7fd187fa4dc70 Author: Rodrigo <rodrigomarques1...@gmail.com> Date: 2016-03-13T18:19:35Z Changed Void Methods to void I have changed many "Void" methods to "void" since they have to return null at the end and it has the same effect of "void" methods. ---- --- 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. ---