Skip to content

Commit 8a53071

Browse files
committed
Address pre-commit failures
1 parent 95f3376 commit 8a53071

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/host/UpdateHostCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class UpdateHostCmd extends BaseCmd {
4949
@Parameter(name = ApiConstants.OS_CATEGORY_ID,
5050
type = CommandType.UUID,
5151
entityType = GuestOSCategoryResponse.class,
52-
description = "the ID of OS category used to prioritize VMs with mathing OS category during the allocation process. " +
52+
description = "the ID of OS category used to prioritize VMs with matching OS category during the allocation process. " +
5353
"It cannot be used alongside the 'guestosrule' parameter.")
5454
private Long osCategoryId;
5555

utils/src/main/java/org/apache/cloudstack/utils/jsinterpreter/GenericRuleHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ private static Boolean interpretRule(String variableName, Object variableValue,
7272
return null;
7373
}
7474

75-
}
75+
}

0 commit comments

Comments
 (0)