diff options
author | Andy Clement <aclement@pivotal.io> | 2018-10-01 16:10:02 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2018-10-01 16:10:02 -0700 |
commit | 749b9cb3ca8e4680fca4252b0d782b7154eccb75 (patch) | |
tree | c2abf1231aac79a08469c92b319b4882991bf3b7 /tests/bugs180/415957/MyClass.java | |
parent | f6d9aaaf05eca3aaf06d3a769a83f302b0501dca (diff) | |
download | aspectj-749b9cb3ca8e4680fca4252b0d782b7154eccb75.tar.gz aspectj-749b9cb3ca8e4680fca4252b0d782b7154eccb75.zip |
More fixes for 1.9.2V1_9_2_RC2
- update to more recent JDT to pickup Nestmates fix
- bcel updated for NestMembers/NestHost attributes
- testcases for nestmates
Diffstat (limited to 'tests/bugs180/415957/MyClass.java')
-rw-r--r-- | tests/bugs180/415957/MyClass.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs180/415957/MyClass.java b/tests/bugs180/415957/MyClass.java index 7b596ffd0..b6ea71267 100644 --- a/tests/bugs180/415957/MyClass.java +++ b/tests/bugs180/415957/MyClass.java @@ -1,5 +1,5 @@ public class MyClass { - @javax.annotation.Resource + @Resource public void method() { } } |