Skip to content

Commit

Permalink
Remove redundant selectLocale call
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-tarjanyi committed Jan 25, 2025
1 parent 2941833 commit dfd58b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public static void setModelAndViewClass(Class<?> modelAndViewClass) {
* Gets open api.
*/
private void getOpenApi() {
this.getOpenApi(selectLocale(Locale.getDefault()));
this.getOpenApi(Locale.getDefault());
}

/**
Expand Down

0 comments on commit dfd58b4

Please sign in to comment.