From bb5399c2bcc7406128f4f1e82a400aa691af45fa Mon Sep 17 00:00:00 2001 From: alena Date: Mon, 18 Oct 2010 14:05:59 -0700 Subject: [PATCH] Fixed PodResponse: endip is all lowercase now. --- server/src/com/cloud/api/response/PodResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/com/cloud/api/response/PodResponse.java b/server/src/com/cloud/api/response/PodResponse.java index 5fbd8a615a8..da9cb9a4f5b 100644 --- a/server/src/com/cloud/api/response/PodResponse.java +++ b/server/src/com/cloud/api/response/PodResponse.java @@ -42,7 +42,7 @@ public class PodResponse extends BaseResponse { @SerializedName("startip") @Param(description="the starting IP for the Pod") private String startIp; - @SerializedName("endIp") @Param(description="the ending IP for the Pod") + @SerializedName("endip") @Param(description="the ending IP for the Pod") private String endIp; public Long getId() {