소스 검색

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;
}


Loading…
취소
저장