bug 7417: fixing the password return val issue for an iso

status 7417: resolved fixed
This commit is contained in:
abhishek 2010-12-06 18:16:22 -08:00
parent e19a27a59f
commit 495e85f452
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class TemplateResponse extends BaseResponse {
private boolean isReady;
@SerializedName("passwordenabled") @Param(description="true if the reset password feature is enabled, false otherwise")
private boolean passwordEnabled;
private Boolean passwordEnabled;
@SerializedName("format") @Param(description="the format of the template.")
private ImageFormat format;