aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs164/pr265695/AspNew.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs164/pr265695/AspNew.aj')
-rw-r--r--tests/bugs164/pr265695/AspNew.aj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs164/pr265695/AspNew.aj b/tests/bugs164/pr265695/AspNew.aj
index 3f61600e6..a7c9b6527 100644
--- a/tests/bugs164/pr265695/AspNew.aj
+++ b/tests/bugs164/pr265695/AspNew.aj
@@ -17,7 +17,7 @@ class DemoServiceImpl implements DemoService {
aspect X {
// None of these match, the subject at execution(secureMethod()) does not have the annotation
- // see https://www.eclipse.org/aspectj/doc/next/adk15notebook/join-point-modifiers.html
+ // see https://github.com/eclipse-aspectj/aspectj/blob/master/docs/adk15notebook/joinpointsignatures.adoc#join-point-modifiers
before(): execution(@Secured! * *Service+.*(..)) { }
}