aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc/testdata
diff options
context:
space:
mode:
authormkersten <mkersten>2004-06-24 22:11:53 +0000
committermkersten <mkersten>2004-06-24 22:11:53 +0000
commit3707411c2b5fdd0294c2ab5305c32766644241f1 (patch)
tree773bb0184274fe5bb1d0e00005794222dba57068 /ajdoc/testdata
parent2489444ba5813cb1f3409eab9d04aa73f1bb3939 (diff)
downloadaspectj-3707411c2b5fdd0294c2ab5305c32766644241f1.tar.gz
aspectj-3707411c2b5fdd0294c2ab5305c32766644241f1.zip
Fixed: 68494 ajdoc does not support .aj files
Diffstat (limited to 'ajdoc/testdata')
-rw-r--r--ajdoc/testdata/coverage/foo/UseThisAspectForLinkCheck.aj (renamed from ajdoc/testdata/coverage/foo/UseThisAspectForLinkCheck.java)40
1 files changed, 20 insertions, 20 deletions
diff --git a/ajdoc/testdata/coverage/foo/UseThisAspectForLinkCheck.java b/ajdoc/testdata/coverage/foo/UseThisAspectForLinkCheck.aj
index 6130483cb..297e1726b 100644
--- a/ajdoc/testdata/coverage/foo/UseThisAspectForLinkCheck.java
+++ b/ajdoc/testdata/coverage/foo/UseThisAspectForLinkCheck.aj
@@ -1,21 +1,21 @@
-
-package foo;
-
-import fluffy.*;
-import fluffy.bunny.*;
-import fluffy.bunny.rocks.*;
-
-public aspect UseThisAspectForLinkCheck {
-
- int foo;
-
- pointcut allExecutions(): execution(* *..*(..));
-
- before(): allExecutions() {
- System.err.println("yo");
- }
-
- after(): allExecutions() {
- System.err.println("go");
- }
+
+package foo;
+
+import fluffy.*;
+import fluffy.bunny.*;
+import fluffy.bunny.rocks.*;
+
+public aspect UseThisAspectForLinkCheck {
+
+ int foo;
+
+ pointcut allExecutions(): execution(* *..*(..));
+
+ before(): allExecutions() {
+ System.err.println("yo");
+ }
+
+ after(): allExecutions() {
+ System.err.println("go");
+ }
} \ No newline at end of file