mirror of https://github.com/apache/cloudstack.git
some more refactoring
This commit is contained in:
parent
702658556b
commit
46f69a604b
|
|
@ -1937,7 +1937,7 @@ public class ConfigurationManagerImpl implements ConfigurationManager {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean deleteVlanAnIpRange(DeleteVlanIpRangeCmd cmd) throws InvalidParameterValueException {
|
||||
public boolean deleteVlanIpRange(DeleteVlanIpRangeCmd cmd) throws InvalidParameterValueException {
|
||||
|
||||
Long vlanDbId = cmd.getId();
|
||||
Long userId = UserContext.current().getUserId();
|
||||
|
|
|
|||
Loading…
Reference in New Issue