aboutsummaryrefslogtreecommitdiff
path: root/java/com/xagasoft/gats/GatsDictionary.java
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-10-24 15:41:33 +0000
committerMike Buland <eichlan@xagasoft.com>2012-10-24 15:41:33 +0000
commit04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c (patch)
tree3ef3925ea2aeebce1f48593186bf2e36b588def4 /java/com/xagasoft/gats/GatsDictionary.java
parentf200ec8a2d89c86edbfedc7cd04467e38e9a7786 (diff)
downloadlibgats-04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c.tar.gz
libgats-04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c.tar.bz2
libgats-04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c.tar.xz
libgats-04f48e8e0560f7c9d4ea883268a3abdbf3bf7d9c.zip
Primarily documentation cleanups. Also removed some extra imports that are
no longer used.
Diffstat (limited to 'java/com/xagasoft/gats/GatsDictionary.java')
-rw-r--r--java/com/xagasoft/gats/GatsDictionary.java2
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;
8import java.util.Hashtable; 8import 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>