Skip to content

Commit

Permalink
fixes #4458 - correct invocation of setSkipResolveAppPath
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jul 25, 2023
1 parent f050d0a commit d0d584d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public void setSkipResolveAppPath(Boolean skipResolveAppPath) {
* @since 2.1.15
*/
public SwaggerConfiguration skipResolveAppPath(Boolean skipResolveAppPath) {
setAlwaysResolveAppPath(skipResolveAppPath);
setSkipResolveAppPath(skipResolveAppPath);
return this;
}

Expand Down

0 comments on commit d0d584d

Please sign in to comment.