summaryrefslogtreecommitdiff
path: root/ddl/out/java/LambdaCube/PipelineSchema/JSON.java
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/java/LambdaCube/PipelineSchema/JSON.java')
-rw-r--r--ddl/out/java/LambdaCube/PipelineSchema/JSON.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ddl/out/java/LambdaCube/PipelineSchema/JSON.java b/ddl/out/java/LambdaCube/PipelineSchema/JSON.java
index 1667518..f997a51 100644
--- a/ddl/out/java/LambdaCube/PipelineSchema/JSON.java
+++ b/ddl/out/java/LambdaCube/PipelineSchema/JSON.java
@@ -1,5 +1,5 @@
1// generated file, do not modify! 1// generated file, do not modify!
2// 2016-03-21T15:32:17.702608000000Z 2// 2016-03-27T21:14:12.321500000000Z
3 3
4package LambdaCube.PipelineSchema; 4package LambdaCube.PipelineSchema;
5 5
@@ -251,6 +251,6 @@ public class JSON {
251 return obj; 251 return obj;
252 } 252 }
253 } 253 }
254 return null; 254 throw new Exception("unknown type");
255 } 255 }
256} \ No newline at end of file 256} \ No newline at end of file