diff options
Diffstat (limited to 'java/com/xagasoft/gats/GatsDictionary.java')
-rw-r--r-- | java/com/xagasoft/gats/GatsDictionary.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/xagasoft/gats/GatsDictionary.java b/java/com/xagasoft/gats/GatsDictionary.java index 96a07a7..e359dfa 100644 --- a/java/com/xagasoft/gats/GatsDictionary.java +++ b/java/com/xagasoft/gats/GatsDictionary.java | |||
@@ -9,7 +9,7 @@ import java.util.Hashtable; | |||
9 | 9 | ||
10 | /** | 10 | /** |
11 | * Gats dictionary, or hash table. This stores any number of items, keyed with | 11 | * Gats dictionary, or hash table. This stores any number of items, keyed with |
12 | * strings. The values can be any valid com.xagasoft.gats.GatsObject decendant | 12 | * strings. The values can be any valid com.xagasoft.gats.GatsObject descendant |
13 | * object. This class is often used as the root of complex Gats structures. | 13 | * object. This class is often used as the root of complex Gats structures. |
14 | * <p> | 14 | * <p> |
15 | * This class implements all standard java Map interface features but contains | 15 | * This class implements all standard java Map interface features but contains |