Skip to content

Commit 61d8e9b

Browse files
Lint error
1 parent ace87c5 commit 61d8e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/external/src/main/java/com/cloud/hypervisor/external/provisioner/api/ExtensionResourceMapResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ExtensionResourceMapResponse extends BaseResponse {
4646
private String script;
4747

4848
@SerializedName(ApiConstants.DETAILS)
49-
@Param(description = "the details of the resouce map")
49+
@Param(description = "the details of the resource map")
5050
private Map<String, String> details;
5151

5252
@SerializedName(ApiConstants.CREATED)

0 commit comments

Comments
 (0)