Bug 12422 - deletePhysicalNetwork fails: DB exception at com.cloud.network.NetworkManagerImpl.checkIfPhysicalNetworkIsDeletable(NetworkManagerImpl.java:4083)

-Missing annotation on caller method
This commit is contained in:
prachi 2011-12-08 07:21:31 +05:30
parent 2c9e1ff903
commit 787bb5a9c4
1 changed files with 1 additions and 0 deletions

View File

@ -3988,6 +3988,7 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
@Override
@ActionEvent(eventType = EventTypes.EVENT_PHYSICAL_NETWORK_DELETE, eventDescription = "deleting physical network", async = true)
@DB
public boolean deletePhysicalNetwork(Long physicalNetworkId) {
// verify input parameters