Skip to content

Commit

Permalink
small change for edit parents
Browse files Browse the repository at this point in the history
  • Loading branch information
soimugeo committed May 24, 2024
1 parent 3604a1f commit 03ba2bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
@JsonTypeName("webprotege.entities.ChangeEntityParents")
public record ChangeEntityParentsAction(@JsonProperty("changeRequestId") ChangeRequestId changeRequestId,
@JsonProperty("projectId") @Nonnull ProjectId projectId,
@JsonProperty("entity") @Nonnull OWLClass entity,
@JsonProperty("parents") @Nonnull ImmutableSet<OWLClass> parents,
@JsonProperty("entity") @Nonnull OWLClass entity,
@JsonProperty("commitMessage") @Nonnull String commitMessage) implements ProjectAction<ChangeEntityParentsResult>, HasCommitMessage, ContentChangeRequest {

public static final String CHANNEL = "webprotege.entities.ChangeEntityParents";
Expand Down

0 comments on commit 03ba2bf

Please sign in to comment.