mirror of https://github.com/apache/cloudstack.git
api: use single quote instead of double quote in StatsResponse (#11537)
This commit is contained in:
parent
3109e0080e
commit
d161dc7669
|
|
@ -27,7 +27,7 @@ import com.google.gson.annotations.SerializedName;
|
|||
public class StatsResponse extends BaseResponse {
|
||||
|
||||
@SerializedName("timestamp")
|
||||
@Param(description = "the time when the VM stats were collected. The format is \"yyyy-MM-dd hh:mm:ss\"")
|
||||
@Param(description = "the time when the VM stats were collected. The format is 'yyyy-MM-dd hh:mm:ss'")
|
||||
private Date timestamp;
|
||||
|
||||
@SerializedName("cpuused")
|
||||
|
|
|
|||
Loading…
Reference in New Issue