diff options
author | aclement <aclement> | 2005-09-30 12:59:15 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-09-30 12:59:15 +0000 |
commit | 5051f8e49ff9ca7009b9b9b2b510941e45389d05 (patch) | |
tree | a087c95a2158323f01d2684e89a2246f61ca9fbf /weaver | |
parent | bc66b0bac908d0d89a8b6418c366502338d91474 (diff) | |
download | aspectj-5051f8e49ff9ca7009b9b9b2b510941e45389d05.tar.gz aspectj-5051f8e49ff9ca7009b9b9b2b510941e45389d05.zip |
for all the good it will do - i've updated the javadoc to prevent others falling into a trap.
Diffstat (limited to 'weaver')
-rw-r--r-- | weaver/src/org/aspectj/weaver/World.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weaver/src/org/aspectj/weaver/World.java b/weaver/src/org/aspectj/weaver/World.java index 87ed3e648..4780b58ae 100644 --- a/weaver/src/org/aspectj/weaver/World.java +++ b/weaver/src/org/aspectj/weaver/World.java @@ -516,7 +516,8 @@ public abstract class World implements Dump.INode { } /** - * convenenience method for creating and issuing messages via the message handler + * convenenience method for creating and issuing messages via the message handler - + * if you supply two locations you will get two messages. */ public void showMessage( Kind kind, |