aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwisberg <wisberg>2004-04-19 02:26:03 +0000
committerwisberg <wisberg>2004-04-19 02:26:03 +0000
commitd794058377321a5bc1097539341d28fea4a01e48 (patch)
treebc2f820b09818ee55189054f55c63468a125a2ec /docs
parentbef1aa119eea26e12f46ed031f2f6922505a72ea (diff)
downloadaspectj-d794058377321a5bc1097539341d28fea4a01e48.tar.gz
aspectj-d794058377321a5bc1097539341d28fea4a01e48.zip
renamed sample aspect
Diffstat (limited to 'docs')
-rw-r--r--docs/sandbox/common/language/Initialization.java2
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.