GitHub user pedro-martins opened a pull request:
https://github.com/apache/cloudstack/pull/1261
Removed unused variables from class NetworkStateListener
Removed unused variables from class NetworkStateListener
We removed the following variables from
"com.cloud.network.NetworkStateListener"
. UsageEventDao _usageEventDao
. NetworkDao _networkDao
and we changed the EventBus s_eventBus variable to private.
Also, we change the constructor to not use those variables and apply this
change in classes âcom.cloud.network.IpAddressManagerImplâ and
âorg.apache.cloudstack.engine.orchestration.NetworkOrchestratorâ
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rafaelweingartner/cloudstack lrg-cs-hackday-19
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1261.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 #1261
----
commit 5d3adb3a2da6aea6fba8f563548de14cdcca7625
Author: pedro-martins <[email protected]>
Date: 2015-12-19T17:54:26Z
Removed unused variables from class NetworkStateListener
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---