浏览代码

removed inaccurate old comment

tags/V_1_1_b2
jhugunin 21 年前
父节点
当前提交
40465fccad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      tests/new/foemmel/TheAspect.java

+ 1
- 1
tests/new/foemmel/TheAspect.java 查看文件

@@ -4,7 +4,7 @@ privileged aspect TheAspect perthis(this(TheObject)) {
private TheObject theObject;
private int myPrivate_int=-1, myPackage_int=-1, myProtected_int=-1, myPublic_int=-1;

after() returning(TheObject obj): execution(new()) { // CW 7 nonmatching target
after() returning(TheObject obj): execution(new()) {
theObject = obj;
}


正在加载...
取消
保存