Skip to content

Commit 6926718

Browse files
author
Daan Hoogland
committed
null constructor of type parameter is needed
1 parent c41bb07 commit 6926718

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/LdapTrustMapVO.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ public class LdapTrustMapVO implements InternalIdentity {
5555
@Enumerated(value = EnumType.ORDINAL)
5656
private Account.Type accountType;
5757

58+
59+
public LdapTrustMapVO() {
60+
}
61+
5862
public LdapTrustMapVO(long domainId, LdapManager.LinkType type, String name, Account.Type accountType, long accountId) {
5963
this.domainId = domainId;
6064
this.type = type;

0 commit comments

Comments
 (0)