Skip to content

Commit

Permalink
2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Sep 9, 2024
1 parent 55da13c commit 4bc087b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public <T extends Annotation> void beanAroundAdd(Class<T> annoClz, Interceptor i
beanInterceptorAdd(annoClz, interceptor);

//添加弃用提醒日志
LogUtil.global().error("AppContext:beanAroundAdd(.) will be discarded, suggested use 'beanInterceptorAdd(.)': " + annoClz.getName());
LogUtil.global().error("AppContext:beanAroundAdd(.) will be discarded, suggested use 'beanInterceptorAdd(.)': " + interceptor.getClass().getName());
}

/**
Expand Down

0 comments on commit 4bc087b

Please sign in to comment.