提交 4f1f36f0 编写于 作者: K kohsuke

no longer need to have the explicit constructor.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11661 71c3de6d-444a-0410-be80-ed276b4c234a
上级 cd505e54
......@@ -237,10 +237,6 @@ public class LDAPSecurityRealm extends SecurityRealm {
super(LDAPSecurityRealm.class);
}
public LDAPSecurityRealm newInstance(StaplerRequest req, JSONObject formData) throws FormException {
return req.bindJSON(LDAPSecurityRealm.class,formData);
}
public String getDisplayName() {
return Messages.LDAPSecurityRealm_DisplayName();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册