Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soimugeo committed Jun 19, 2024
1 parent e3e564b commit d65a6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>graphtree</artifactId>
<version>1.2.0</version>
<version>${graphtree.version}</version>
</dependency>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ public static ChangeEntityParentsResult create(@JsonProperty("classesWithCycle")
return new AutoValue_ChangeEntityParentsResult(classesWithCycle, classesWithRetiredParents);
}

@JsonProperty("classesWithCycle")
@Nonnull
public abstract Set<OWLEntityData> getClassesWithCycle();

@JsonProperty("classesWithRetiredParents")
@Nonnull
public abstract Set<OWLEntityData> getClassesWithRetiredParents();

Expand Down

0 comments on commit d65a6d4

Please sign in to comment.