diff options
Diffstat (limited to '')
-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 a980b9d..96a07a7 100644 --- a/java/com/xagasoft/gats/GatsDictionary.java +++ b/java/com/xagasoft/gats/GatsDictionary.java | |||
@@ -8,7 +8,7 @@ import java.util.Set; | |||
8 | import java.util.Hashtable; | 8 | import java.util.Hashtable; |
9 | 9 | ||
10 | /** | 10 | /** |
11 | * Gats dictionary, or hashtable. 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 decendant |
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> |