Commit ce1e1d20 authored by lee_mingzhu's avatar lee_mingzhu

解决打印参数时,第一个打印this的问题

parent c6978a8a
......@@ -93,9 +93,4 @@ public class ParamLogAdvice {
}
return paramNames;
}
public static void main(String[] args) {
int index = 0;
System.out.println(--index);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment