mirror of https://github.com/apache/cloudstack.git
Fixing the file that was merged incorrectly
This commit is contained in:
parent
1bdec94627
commit
8a9cf04008
|
|
@ -25,14 +25,14 @@ import javax.ws.rs.Path;
|
|||
import javax.ws.rs.Produces;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
||||
|
||||
import org.apache.cloudstack.engine.service.api.ProvisioningService;
|
||||
import org.apache.cloudstack.framework.ws.jackson.Url;
|
||||
/**
|
||||
* Describes a zone and operations that can be done in a zone.
|
||||
*/
|
||||
@Path("/zone/{zoneid}")
|
||||
@Produces({"application/json"})
|
||||
@XmlRootElement(name="zone")
|
||||
@Path("zone/{zone-id}")
|
||||
public interface ZoneEntity extends DataCenterResourceEntity {
|
||||
@GET
|
||||
@Path("/pods")
|
||||
|
|
|
|||
Loading…
Reference in New Issue