diff options
author | aclement <aclement> | 2007-01-15 08:45:27 +0000 |
---|---|---|
committer | aclement <aclement> | 2007-01-15 08:45:27 +0000 |
commit | 4820dcea42b8379dc40ce157ca09d2740313309d (patch) | |
tree | 30f87ad0dad1b06d6cf075d960ae4a3833514f30 /ajde/testdata/BuildCancelling/A3.aj | |
parent | a03aa0cd334806004c0b8060058e40704da9adab (diff) | |
download | aspectj-4820dcea42b8379dc40ce157ca09d2740313309d.tar.gz aspectj-4820dcea42b8379dc40ce157ca09d2740313309d.zip |
148190#32
Diffstat (limited to 'ajde/testdata/BuildCancelling/A3.aj')
-rw-r--r-- | ajde/testdata/BuildCancelling/A3.aj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ajde/testdata/BuildCancelling/A3.aj b/ajde/testdata/BuildCancelling/A3.aj deleted file mode 100644 index d9f7a6888..000000000 --- a/ajde/testdata/BuildCancelling/A3.aj +++ /dev/null @@ -1,9 +0,0 @@ -
-public aspect A3 {
-
- pointcut m1(): call(* *print*(..));
-
- before(): m1() {
- System.err.println("Calling print");
- }
-}
\ No newline at end of file |