diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-14 23:55:29 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-14 23:55:29 +0000 |
commit | 63628550708a616c5c58bc5c707db1e7fd9cd7c2 (patch) | |
tree | b6b7d466db687ba360cd760245d1146e973863c0 /java/com/xagasoft/gats/GatsObject.java | |
parent | 9d86cba840252b451c4b86d9ea16c821b6c97245 (diff) | |
download | libgats-63628550708a616c5c58bc5c707db1e7fd9cd7c2.tar.gz libgats-63628550708a616c5c58bc5c707db1e7fd9cd7c2.tar.bz2 libgats-63628550708a616c5c58bc5c707db1e7fd9cd7c2.tar.xz libgats-63628550708a616c5c58bc5c707db1e7fd9cd7c2.zip |
Strings, bools, and ints all seem fine, the more complex container types are
coming next, and will implement the full range of appropriate interfaces.
Diffstat (limited to 'java/com/xagasoft/gats/GatsObject.java')
-rw-r--r-- | java/com/xagasoft/gats/GatsObject.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/xagasoft/gats/GatsObject.java b/java/com/xagasoft/gats/GatsObject.java index df489aa..c65070d 100644 --- a/java/com/xagasoft/gats/GatsObject.java +++ b/java/com/xagasoft/gats/GatsObject.java | |||
@@ -29,7 +29,7 @@ public abstract class GatsObject | |||
29 | 29 | ||
30 | /** | 30 | /** |
31 | * Gets the type of the current object, type can be one of INTEGER, FLOAT, | 31 | * Gets the type of the current object, type can be one of INTEGER, FLOAT, |
32 | * STRING, LIST, DICTIONARY, or BOOLEAN. | 32 | * STRING, LIST, DICTIONARY, BOOLEAN, or NULL. |
33 | */ | 33 | */ |
34 | public abstract int getType(); | 34 | public abstract int getType(); |
35 | 35 | ||