We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ca617 commit bb212d0Copy full SHA for bb212d0
generator/templates/schema_class.java.j2
@@ -46,7 +46,7 @@ public class {{ class_name }} extends Instance {% if implemented_interfaces %}im
46
if ({{ class_name }}.this.id == null) {
47
{{ class_name }}.this.id = InstanceId.withPrefix(UUID.randomUUID().toString(), context.idPrefix());
48
}
49
- {{ class_name }}.this.type = SEMANTIC_NAME;
+ {{ class_name }}.this.atType = SEMANTIC_NAME;
50
return {{ class_name }}.this;
51
52
0 commit comments