diff options
author | wisberg <wisberg> | 2004-04-19 02:26:03 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-04-19 02:26:03 +0000 |
commit | d794058377321a5bc1097539341d28fea4a01e48 (patch) | |
tree | bc2f820b09818ee55189054f55c63468a125a2ec /docs/sandbox | |
parent | bef1aa119eea26e12f46ed031f2f6922505a72ea (diff) | |
download | aspectj-d794058377321a5bc1097539341d28fea4a01e48.tar.gz aspectj-d794058377321a5bc1097539341d28fea4a01e48.zip |
renamed sample aspect
Diffstat (limited to 'docs/sandbox')
-rw-r--r-- | docs/sandbox/common/language/Initialization.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sandbox/common/language/Initialization.java b/docs/sandbox/common/language/Initialization.java index 20c308de9..a5da0aeae 100644 --- a/docs/sandbox/common/language/Initialization.java +++ b/docs/sandbox/common/language/Initialization.java @@ -60,7 +60,7 @@ class AnotherThing extends Thing { } } -aspect A { +aspect InitializationSample { // -------- constructor-call picks out the calls /** * After any call to any constructor, fix up the thing. |