summaryrefslogtreecommitdiff
path: root/javax/naming/CompoundName.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/naming/CompoundName.java')
-rw-r--r--javax/naming/CompoundName.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/javax/naming/CompoundName.java b/javax/naming/CompoundName.java
index b23736fa7..556edfc33 100644
--- a/javax/naming/CompoundName.java
+++ b/javax/naming/CompoundName.java
@@ -48,6 +48,10 @@ import java.util.Properties;
import java.util.Vector;
/**
+ * Represents hierarchical names from the single namespace. For instance,
+ * the path /home/audriusa/classpath/file.txt is the compound name, using
+ * the filesystem namespace.
+ *
* @author Tom Tromey (tromey@redhat.com)
* @date May 16, 2001
*