Skip to content

Commit

Permalink
update to atType property
Browse files Browse the repository at this point in the history
  • Loading branch information
olinux committed Nov 27, 2023
1 parent e6ca617 commit bb212d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/templates/schema_class.java.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class {{ class_name }} extends Instance {% if implemented_interfaces %}im
if ({{ class_name }}.this.id == null) {
{{ class_name }}.this.id = InstanceId.withPrefix(UUID.randomUUID().toString(), context.idPrefix());
}
{{ class_name }}.this.type = SEMANTIC_NAME;
{{ class_name }}.this.atType = SEMANTIC_NAME;
return {{ class_name }}.this;
}
}
Expand Down

0 comments on commit bb212d0

Please sign in to comment.