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

Print this page

        

@@ -39,11 +39,11 @@
     private String[] referrals;
     private byte[] extensionValue;
     private NamingException exception;
     private Control[] controls;
 
-    UnsolicitedResponseImpl(String oid, byte[] berVal, Vector ref,
+    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) {