Skip to content

Commit b96df28

Browse files
committed
优化代码
1 parent 0e98a6e commit b96df28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gray-client/src/main/java/cn/springcloud/gray/concurrent/aspect/ExecutorGrayAspect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void pointCut(Runnable command) {
1919

2020

2121
@Around("pointCut(command)")
22-
public Object aroundLog(ProceedingJoinPoint joinpoint, Runnable command) throws Throwable {
22+
public Object executeAround(ProceedingJoinPoint joinpoint, Runnable command) throws Throwable {
2323
if (joinpoint.getTarget() instanceof GrayExecutor
2424
|| joinpoint.getTarget() instanceof GrayExecutorService
2525
|| command instanceof GrayRunnable) {

0 commit comments

Comments
 (0)