Skip to content

Commit e0ce9e4

Browse files
committed
Update 代理模式详解.md
1 parent 3238f67 commit e0ce9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/basis/代理模式详解.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public class DebugMethodInterceptor implements MethodInterceptor {
348348

349349

350350
/**
351-
* @param o 被代理的对象(需要增强的对象
351+
* @param o 代理对象(增强的对象
352352
* @param method 被拦截的方法(需要增强的方法)
353353
* @param args 方法入参
354354
* @param methodProxy 用于调用原始方法

0 commit comments

Comments
 (0)