--- old/src/share/classes/com/sun/jndi/ldap/DigestClientId.java 2011-07-27 17:19:25.666284800 -0700 +++ new/src/share/classes/com/sun/jndi/ldap/DigestClientId.java 2011-07-27 17:19:25.014219600 -0700 @@ -65,7 +65,7 @@ DigestClientId(int version, String hostname, int port, String protocol, Control[] bindCtls, OutputStream trace, String socketFactory, String username, - Object passwd, Hashtable env) { + Object passwd, Hashtable env) { super(version, hostname, port, protocol, bindCtls, trace, socketFactory, username, passwd);