From 63628550708a616c5c58bc5c707db1e7fd9cd7c2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 14 Nov 2012 23:55:29 +0000 Subject: Strings, bools, and ints all seem fine, the more complex container types are coming next, and will implement the full range of appropriate interfaces. --- java/com/xagasoft/gats/GatsObject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/com/xagasoft/gats/GatsObject.java') 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 /** * Gets the type of the current object, type can be one of INTEGER, FLOAT, - * STRING, LIST, DICTIONARY, or BOOLEAN. + * STRING, LIST, DICTIONARY, BOOLEAN, or NULL. */ public abstract int getType(); -- cgit v1.2.3