Skip to content

Commit

Permalink
Fix cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Sep 25, 2024
1 parent e27dcfb commit 61c6229
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public EventProperty(EventProperty other) {
this.propertyScope = other.getPropertyScope();
this.runtimeId = other.getRuntimeId();
this.additionalMetadata = other.getAdditionalMetadata();
this.semanticType = other.getSemanticType();
}

public EventProperty(String propertyName, List<URI> semanticTypes) {
Expand Down

0 comments on commit 61c6229

Please sign in to comment.