Skip to content

Commit 172546b

Browse files
authored
Merge pull request #2212 from DMJYY/patch-1
Update proxy.md
2 parents 7b0d616 + 9c0e7f5 commit 172546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/basis/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public class DebugInvocationHandler implements InvocationHandler {
208208
this.target = target;
209209
}
210210

211-
211+
@Override
212212
public Object invoke(Object proxy, Method method, Object[] args) throws InvocationTargetException, IllegalAccessException {
213213
//调用方法之前,我们可以添加自己的操作
214214
System.out.println("before method " + method.getName());

0 commit comments

Comments
 (0)