Bläddra i källkod

Fix 526381 - Log-Message for nonReweavableTypeEncountered does not include class name

tags/V1_9_0_RC3
Andy Clement 6 år sedan
förälder
incheckning
98602bc67c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      org.aspectj.matcher/src/org/aspectj/weaver/Lint.java

+ 1
- 1
org.aspectj.matcher/src/org/aspectj/weaver/Lint.java Visa fil

@@ -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)

Laddar…
Avbryt
Spara