some more refactoring

This commit is contained in:
abhishek 2010-08-25 11:43:49 -07:00
parent 702658556b
commit 46f69a604b
1 changed files with 1 additions and 1 deletions

View File

@ -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();