Skip to content

Commit

Permalink
Breaking: Replaces SetProjectFormsDescriptorResult with SetProjectFor…
Browse files Browse the repository at this point in the history
…msResult
  • Loading branch information
matthewhorridge committed Jun 15, 2024
1 parent 4f92c06 commit b74c430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public record SetProjectFormsAction(@Nonnull ChangeRequestId changeRequestId,
@Nonnull ProjectId projectId,
@Nonnull ImmutableList<FormDescriptor> formDescriptors,
@Nonnull ImmutableList<EntityFormSelector> formSelectors) implements ProjectRequest<SetProjectFormDescriptorsResult>, ChangeRequest {
@Nonnull ImmutableList<EntityFormSelector> formSelectors) implements ProjectRequest<SetProjectFormsResult>, ChangeRequest {

public static final String CHANNEL = "webprotege.forms.SetProjectForms";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Stanford Center for Biomedical Informatics Research
* 2019-11-23
*/
@JsonTypeName("webprotege.forms.SetProjectFormDescriptors")
public record SetProjectFormDescriptorsResult() implements Response {
@JsonTypeName("webprotege.forms.SetProjectForms")
public record SetProjectFormsResult() implements Response {

}

0 comments on commit b74c430

Please sign in to comment.