Skip to content

Commit

Permalink
!1039 变量名改小写
Browse files Browse the repository at this point in the history
Merge pull request !1039 from 无名菜鸟/master
  • Loading branch information
YunaiV authored and gitee-org committed Aug 31, 2024
2 parents 3618f8e + bc79c10 commit 0edd78e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ private void configurePathMatch(PathMatchConfigurer configurer, WebProperties.Ap
}

@Bean
public GlobalExceptionHandler globalExceptionHandler(ApiErrorLogFrameworkService ApiErrorLogFrameworkService) {
return new GlobalExceptionHandler(applicationName, ApiErrorLogFrameworkService);
public GlobalExceptionHandler globalExceptionHandler(ApiErrorLogFrameworkService apiErrorLogFrameworkService) {
return new GlobalExceptionHandler(applicationName, apiErrorLogFrameworkService);
}

@Bean
Expand Down

0 comments on commit 0edd78e

Please sign in to comment.