Skip to content

Commit bb212d0

Browse files
committed
update to atType property
1 parent e6ca617 commit bb212d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/templates/schema_class.java.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class {{ class_name }} extends Instance {% if implemented_interfaces %}im
4646
if ({{ class_name }}.this.id == null) {
4747
{{ class_name }}.this.id = InstanceId.withPrefix(UUID.randomUUID().toString(), context.idPrefix());
4848
}
49-
{{ class_name }}.this.type = SEMANTIC_NAME;
49+
{{ class_name }}.this.atType = SEMANTIC_NAME;
5050
return {{ class_name }}.this;
5151
}
5252
}

0 commit comments

Comments
 (0)