Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
api: use single quote instead of double quote in StatsResponse
  • Loading branch information
weizhouapache committed Aug 29, 2025
commit 6b619f92ddb211495948d4991bbdb888674774a9
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
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")
Expand Down