OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / javax / naming / spi / InitialContextFactory.java
index d9b3336..f715327 100644 (file)
@@ -66,5 +66,6 @@ public interface InitialContextFactory
    * @return the new initial context
    * @throws NamingException if the naming exception has occured
    */
-  Context getInitialContext(Hashtable environment) throws NamingException;
+  Context getInitialContext (Hashtable<?, ?> environment)
+    throws NamingException;
 }