Skip to content

Commit ca2d4ac

Browse files
authored
Merge pull request #41 from protegeproject/change_get_class_hierarchy_parents
change to owl entity data.
2 parents dbcd4e0 + e4a0e7c commit ca2d4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/edu/stanford/protege/webprotege/hierarchy/GetClassHierarchyParentsByAxiomTypeResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
@JsonTypeName(CHANNEL)
15-
public record GetClassHierarchyParentsByAxiomTypeResult(@JsonProperty("owlClass") @Nullable OWLClass owlClass,
15+
public record GetClassHierarchyParentsByAxiomTypeResult(@JsonProperty("owlClass") @Nullable OWLEntityData owlClass,
1616
@JsonProperty("parentsBySubclassOf") @Nonnull Set<OWLEntityData> parentsBySubclassOf,
1717
@JsonProperty("parentsByEquivalentClass") @Nonnull Set<OWLEntityData> parentsByEquivalentClass) implements Result {
1818
}

0 commit comments

Comments
 (0)