aboutsummaryrefslogtreecommitdiff
path: root/java/com/xagasoft/gats/GatsObject.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/xagasoft/gats/GatsObject.java')
-rw-r--r--java/com/xagasoft/gats/GatsObject.java2
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