whilst testing my enh, found that this call was using the wrong method name. Checking in the fix for the same.

This commit is contained in:
abhishek 2010-10-21 11:42:22 -07:00
parent 2b9ab00cc2
commit 9a9146c07b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import com.cloud.api.ServerApiException;
import com.cloud.api.response.ZoneResponse;
import com.cloud.dc.DataCenterVO;
@Implementation(method="updateZone", manager=Manager.ConfigManager, description="Updates a Zone.")
@Implementation(method="editZone", manager=Manager.ConfigManager, description="Updates a Zone.")
public class UpdateZoneCmd extends BaseCmd {
public static final Logger s_logger = Logger.getLogger(UpdateZoneCmd.class.getName());