From 852e1e1e925fcc1bed8a1fa582954f0f49fc2c47 Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 5 Apr 2010 19:36:29 +0000 Subject: [PATCH] better message --- weaver/src/org/aspectj/weaver/bcel/Utility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5