diff --git a/core/src/main/java/hudson/security/LDAPSecurityRealm.java b/core/src/main/java/hudson/security/LDAPSecurityRealm.java index f6e1fe0..3bf9394 100644 --- a/core/src/main/java/hudson/security/LDAPSecurityRealm.java +++ b/core/src/main/java/hudson/security/LDAPSecurityRealm.java @@ -236,10 +236,6 @@ public class LDAPSecurityRealm extends SecurityRealm { public static final DescriptorImpl DESCRIPTOR = new DescriptorImpl(); public static final class DescriptorImpl extends Descriptor { - private DescriptorImpl() { - super(LDAPSecurityRealm.class); - } - public String getDisplayName() { return Messages.LDAPSecurityRealm_DisplayName(); }