summaryrefslogtreecommitdiff
path: root/ddl/templates/json.java.ede
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/templates/json.java.ede')
-rw-r--r--ddl/templates/json.java.ede2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddl/templates/json.java.ede b/ddl/templates/json.java.ede
index dc4ea25..d644ef6 100644
--- a/ddl/templates/json.java.ede
+++ b/ddl/templates/json.java.ede
@@ -219,6 +219,6 @@ public class JSON {
219 {% endcase %} 219 {% endcase %}
220 {% endfor %} 220 {% endfor %}
221 } 221 }
222 return null; 222 throw new Exception("unknown type");
223 } 223 }
224} \ No newline at end of file 224} \ No newline at end of file