diff options
-rw-r--r-- | weaver/src/org/aspectj/weaver/bcel/Utility.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/src/org/aspectj/weaver/bcel/Utility.java b/weaver/src/org/aspectj/weaver/bcel/Utility.java index 70f01234e..e09f5ae91 100644 --- a/weaver/src/org/aspectj/weaver/bcel/Utility.java +++ b/weaver/src/org/aspectj/weaver/bcel/Utility.java @@ -83,7 +83,7 @@ public class Utility { throw new BCException( "Unable to continue, this version of AspectJ supports classes built with weaver version " + WeaverVersionInfo.toCurrentVersionString() + " but the class " + classname - + " is version " + version.toString()); + + " is version " + version.toString() + ". Please update your AspectJ."); } } forSecondPass.add(u); |