Skip to content

Commit 555eed8

Browse files
committed
fix pre-commit failure in CreateVMFromBackupCmd
1 parent f3f3f97 commit 555eed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/vm/CreateVMFromBackupCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class CreateVMFromBackupCmd extends BaseDeployVMCmd {
7272
@Parameter(name = ApiConstants.TEMPLATE_ID, type = CommandType.UUID, entityType = TemplateResponse.class, description = "the ID of the template for the virtual machine")
7373
private Long templateId;
7474

75-
@Parameter(name = ApiConstants.PRESERVE_IP, type = CommandType.BOOLEAN, description = "Use the same IP/MAC addresses as stored in the backup metadata. Works only if the original Instance is deleted and the IP/MAC address is avaialable.")
75+
@Parameter(name = ApiConstants.PRESERVE_IP, type = CommandType.BOOLEAN, description = "Use the same IP/MAC addresses as stored in the backup metadata. Works only if the original Instance is deleted and the IP/MAC address is available.")
7676
private Boolean preserveIp;
7777

7878
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)