OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / javax / naming / spi / DirObjectFactory.java
index ea0e697..1a71c28 100644 (file)
@@ -51,6 +51,6 @@ import javax.naming.directory.Attributes;
 public interface DirObjectFactory extends ObjectFactory
 {
   Object getObjectInstance(Object obj, Name name, Context nameCtx,
-                                 Hashtable environment, Attributes attrs)
+                                 Hashtable<?, ?> environment, Attributes attrs)
                                  throws Exception;
 }