diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-10-24 15:28:34 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-10-24 15:28:34 +0000 |
commit | 888c7e7695c26eb18af23dd36dfcde75aef07964 (patch) | |
tree | 12717fdec32265bb78b32db294e1bd2c12814315 /java/com/xagasoft/gats | |
parent | bbe919853f24a2589b83e5d44e3ecf03f9a312e3 (diff) | |
download | libgats-888c7e7695c26eb18af23dd36dfcde75aef07964.tar.gz libgats-888c7e7695c26eb18af23dd36dfcde75aef07964.tar.bz2 libgats-888c7e7695c26eb18af23dd36dfcde75aef07964.tar.xz libgats-888c7e7695c26eb18af23dd36dfcde75aef07964.zip |
Moved package-info.java into the gats dir. Apparently this
is an issue when using the parametrs that eclipse uses, it
was complaining. It doesn't do that with the params to
javac I use on the command line.
Diffstat (limited to '')
-rw-r--r-- | java/com/xagasoft/gats/package-info.java (renamed from java/com/xagasoft/package-info.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/xagasoft/package-info.java b/java/com/xagasoft/gats/package-info.java index bcc033d..9f4824e 100644 --- a/java/com/xagasoft/package-info.java +++ b/java/com/xagasoft/gats/package-info.java | |||
@@ -25,8 +25,8 @@ | |||
25 | * format for modern protocols.</li> | 25 | * format for modern protocols.</li> |
26 | * </ul> | 26 | * </ul> |
27 | * | 27 | * |
28 | * GATS uses a structed, generalized data structure for storing data which | 28 | * GATS uses a generalized data structure for storing data which |
29 | * supports the following datatypes: | 29 | * supports the following data types: |
30 | * <ul> | 30 | * <ul> |
31 | * <li>dictionaries</li> | 31 | * <li>dictionaries</li> |
32 | * <li>lists</li> | 32 | * <li>lists</li> |