You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/01/27 16:26:52 UTC

[2/2] git commit: updated refs/heads/master to de436ac

Merge pull request #1261 from rafaelweingartner/lrg-cs-hackday-19

Removed unused variables from "NetworkStateListener" classWe removed the following variables from "com.cloud.network.NetworkStateListener"
. UsageEventDao _usageEventDao
. NetworkDao _networkDao

We changed the EventBus s_eventBus variable to private, the constructor not to use those variables and applied this change in classes com.cloud.network.IpAddressManagerImpl and org.apache.cloudstack.engine.orchestration.NetworkOrchestrator

* pr/1261:
  Removed unused variables from class NetworkStateListener

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/de436aca
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/de436aca
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/de436aca

Branch: refs/heads/master
Commit: de436acac8a7c8cf6193a377cc0b00e4377b8a0e
Parents: 32fe308 5d3adb3
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Jan 27 16:26:44 2016 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Jan 27 16:26:45 2016 +0100

----------------------------------------------------------------------
 .../com/cloud/network/NetworkStateListener.java | 21 ++++++--------------
 .../orchestration/NetworkOrchestrator.java      |  2 +-
 .../com/cloud/network/IpAddressManagerImpl.java |  2 +-
 3 files changed, 8 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/de436aca/engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
----------------------------------------------------------------------