CS-16039 : Enabling/Disabling of Zone results in localstorageenabled flag to be reset to false.

Updated get method to retuen null if no value specified for localstorageenabled in UpdateZone command.
Reviewed-by: Abhi
This commit is contained in:
Koushik Das 2012-08-17 18:43:15 +05:30
parent ad6ac9b449
commit 652bc1bd6d
1 changed files with 0 additions and 3 deletions

View File

@ -139,9 +139,6 @@ public class UpdateZoneCmd extends BaseCmd {
}
public Boolean getLocalStorageEnabled() {
if (localStorageEnabled == null) {
return false;
}
return localStorageEnabled;
}