src/share/classes/com/sun/jndi/ldap/UnsolicitedResponseImpl.java

Print this page

        

*** 39,49 **** private String[] referrals; private byte[] extensionValue; private NamingException exception; private Control[] controls; ! UnsolicitedResponseImpl(String oid, byte[] berVal, Vector ref, int status, String msg, String matchedDN, Control[] controls) { this.oid = oid; this.extensionValue = berVal; if (ref != null && ref.size() > 0) { --- 39,49 ---- private String[] referrals; private byte[] extensionValue; private NamingException exception; private Control[] controls; ! UnsolicitedResponseImpl(String oid, byte[] berVal, Vector<Object> ref, int status, String msg, String matchedDN, Control[] controls) { this.oid = oid; this.extensionValue = berVal; if (ref != null && ref.size() > 0) {