]> source.dussan.org Git - aspectj.git/commitdiff
Fix 526381 - Log-Message for nonReweavableTypeEncountered does not include class...
authorAndy Clement <aclement@pivotal.io>
Mon, 23 Oct 2017 19:39:12 +0000 (12:39 -0700)
committerAndy Clement <aclement@pivotal.io>
Mon, 23 Oct 2017 19:39:12 +0000 (12:39 -0700)
org.aspectj.matcher/src/org/aspectj/weaver/Lint.java

index 36d6475126cafc306d2fb4f1ac1dbdcc9f65ce1c..54289757f84c0472a1e9c3b212adb83916bda06e 100644 (file)
@@ -114,7 +114,7 @@ public class Lint {
                        "calculated SerialVersionUID for type {0} to be {1}");
 
        public final Kind nonReweavableTypeEncountered = new Kind("nonReweavableTypeEncountered",
-                       "class '{0}' is already woven and has not been built in reweavable mode");
+                       "class {0} is already woxven and has not been built in reweavable mode");
 
        // there are a lot of messages in the cant find type family - I'm defining an umbrella lint warning that
        // allows a user to control their severity (for e.g. ltw or binary weaving)