summaryrefslogtreecommitdiff
path: root/javax/naming/spi/StateFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/naming/spi/StateFactory.java')
-rw-r--r--javax/naming/spi/StateFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/naming/spi/StateFactory.java b/javax/naming/spi/StateFactory.java
index 5694f8a1a..0c48309e3 100644
--- a/javax/naming/spi/StateFactory.java
+++ b/javax/naming/spi/StateFactory.java
@@ -75,5 +75,5 @@ public interface StateFactory
* @see DirectoryManager#getStateToBind
*/
Object getStateToBind(Object obj, Name name, Context nameCtx,
- Hashtable environment) throws NamingException;
+ Hashtable<?, ?> environment) throws NamingException;
}