Skip to content

Commit

Permalink
fix: make setOperationObjectFromApiOperationAnnotation protected
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas authored and frantuma committed Jun 23, 2023
1 parent bf6ef9c commit 7cb2db4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ private void setPathItemOperation(PathItem pathItemObject, String method, Operat
}
}

private void setOperationObjectFromApiOperationAnnotation(
protected void setOperationObjectFromApiOperationAnnotation(
Operation operation,
io.swagger.v3.oas.annotations.Operation apiOperation,
Produces methodProduces,
Expand Down

0 comments on commit 7cb2db4

Please sign in to comment.