Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public record MoveHierarchyNodeIcdAction(@JsonProperty("changeRequestId") Change
@JsonProperty("hierarchyDescriptor") @Nonnull HierarchyDescriptor hierarchyDescriptor,
@JsonProperty("fromNodePath") @Nonnull Path<EntityNode> fromNodePath,
@JsonProperty("toNodeParentPath") @Nonnull Path<EntityNode> toNodeParentPath,
@JsonProperty("dropType") @Nonnull DropType dropType) implements ProjectAction<MoveHierarchyNodeIcdResult>, ContentChangeRequest {
@JsonProperty("dropType") @Nonnull DropType dropType,
@JsonProperty("commitMessage") String commitMessage) implements ProjectAction<MoveHierarchyNodeIcdResult>, ContentChangeRequest {

public static final String CHANNEL = "webprotege.hierarchies.MoveHierarchyNodeIcd";

Expand Down