Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 695b010

Browse filesBrowse files
committed
test
1 parent a892201 commit 695b010
Copy full SHA for 695b010

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Spring-AOP/src/main/java/com/bruis/learnaop/testcglibaop/EnhancerDemo.java‎

Copy file name to clipboardExpand all lines: Spring-AOP/src/main/java/com/bruis/learnaop/testcglibaop/EnhancerDemo.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void test() {
3737
private static class MethodInterceptorImpl implements MethodInterceptor {
3838
@Override
3939
public Object intercept(Object o, Method method, Object[] objects, MethodProxy methodProxy) throws Throwable {
40-
System.err.println("Before invoke " + method);
40+
System.out.println("Before invoke " + method);
4141
Object result = methodProxy.invokeSuper(o, objects);
4242
System.out.println("After invoke" + method);
4343
return result;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.