Fixed PodResponse: endip is all lowercase now.

This commit is contained in:
alena 2010-10-18 14:05:59 -07:00
parent 603874605d
commit bb5399c2bc
1 changed files with 1 additions and 1 deletions

View File

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