Browse Source

fixed type name error confusing real issue

tags/V_1_1_b2
jhugunin 21 years ago
parent
commit
d595eefab0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/new/subaspects/parent/ParentCE.java

+ 1
- 1
tests/new/subaspects/parent/ParentCE.java View File

@@ -11,5 +11,5 @@ public abstract aspect ParentCE {
}
}
aspect Child extends ParentCE {
pointcut define() : call(public void Target.run());
pointcut define() : call(public void Runnable.run());
}

Loading…
Cancel
Save