Skip to content

Commit 9c68433

Browse files
ID instead of id
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 98faea9 commit 9c68433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/UnlinkDomainFromLdapCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
responseObject = SuccessResponse.class, since = "4.23.0", requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
4040
public class UnlinkDomainFromLdapCmd extends BaseCmd {
4141
@Parameter(name = ApiConstants.DOMAIN_ID, type = CommandType.UUID, required = true, entityType = DomainResponse.class,
42-
description = "The id of the Domain which has to be unlinked from LDAP.")
42+
description = "The ID of the Domain which has to be unlinked from LDAP.")
4343
private Long domainId;
4444

4545
@Inject

0 commit comments

Comments
 (0)