summaryrefslogtreecommitdiff
path: root/javax/naming/Name.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/naming/Name.java')
-rw-r--r--javax/naming/Name.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/naming/Name.java b/javax/naming/Name.java
index 459abeaa8..18655c339 100644
--- a/javax/naming/Name.java
+++ b/javax/naming/Name.java
@@ -80,7 +80,7 @@ public interface Name extends Cloneable, Serializable, Comparable<Object>
* Returns a non-null (but possibly empty) <code>Enumeration</code> of the
* components of the <code>Name</code> as <code>String</code>s.
*/
- Enumeration getAll();
+ Enumeration<String> getAll();
/**
* Gets the component at the given index.