Revert the temporary build fix (don't expose ID unneccessarily to outside)

This commit is contained in:
Kelven Yang 2011-11-09 13:51:10 -08:00
parent 24a6c2f528
commit bf3664574a

View File

@ -106,7 +106,6 @@ public class SystemVmResponse extends BaseResponse {
@SerializedName("activeviewersessions") @Param(description="the number of active console sessions for the console proxy system vm")
private Integer activeViewerSessions;
@SerializedName("objectId") @Param(description="the object id")
private Long objectId;
public Long getObjectId() {