From 14bdaab5690529db8a6634bcb4bd348a02db672a Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Fri, 18 May 2012 12:50:15 -0700 Subject: [PATCH] Fixed API doc for template response --- api/src/com/cloud/api/response/TemplateResponse.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/src/com/cloud/api/response/TemplateResponse.java b/api/src/com/cloud/api/response/TemplateResponse.java index cf6f6a1ddb2..3dbd28b28a9 100755 --- a/api/src/com/cloud/api/response/TemplateResponse.java +++ b/api/src/com/cloud/api/response/TemplateResponse.java @@ -16,9 +16,9 @@ import java.util.Date; import java.util.Map; import com.cloud.api.ApiConstants; -import com.cloud.utils.IdentityProxy; import com.cloud.serializer.Param; import com.cloud.storage.Storage.ImageFormat; +import com.cloud.utils.IdentityProxy; import com.google.gson.annotations.SerializedName; @SuppressWarnings("unused") @@ -88,8 +88,7 @@ public class TemplateResponse extends BaseResponse implements ControlledEntityRe @SerializedName("templatetype") @Param(description="the type of the template") private String templateType; - @SerializedName(ApiConstants.HYPERVISOR) @Param(description="the hypervisor on which the template runs. This parameter" + - "is returned to the ROOT admin only") + @SerializedName(ApiConstants.HYPERVISOR) @Param(description="the hypervisor on which the template runs") private String hypervisor; @SerializedName(ApiConstants.DOMAIN) @Param(description="the name of the domain to which the template belongs")