diff options
author | aclement <aclement> | 2010-08-10 15:51:44 +0000 |
---|---|---|
committer | aclement <aclement> | 2010-08-10 15:51:44 +0000 |
commit | 6f56350c8e95d8a9df4dca4a86cdad2668bfb0fa (patch) | |
tree | cb8eded70f7060ab7cd8129fbce86214d7f0dd54 /org.aspectj.matcher | |
parent | ffce77e376a836295d2ff69ee61eb3c617770fc1 (diff) | |
download | aspectj-6f56350c8e95d8a9df4dca4a86cdad2668bfb0fa.tar.gz aspectj-6f56350c8e95d8a9df4dca4a86cdad2668bfb0fa.zip |
spelling typo
Diffstat (limited to 'org.aspectj.matcher')
-rw-r--r-- | org.aspectj.matcher/src/org/aspectj/weaver/World.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/World.java b/org.aspectj.matcher/src/org/aspectj/weaver/World.java index 6a5a39b30..37479d4b2 100644 --- a/org.aspectj.matcher/src/org/aspectj/weaver/World.java +++ b/org.aspectj.matcher/src/org/aspectj/weaver/World.java @@ -1205,10 +1205,10 @@ public abstract class World implements Dump.INode { // TODO should this be in as a permanent assertion? /* - if ((type instanceof ReferenceType) && type.getWorld().isInJava5Mode() - && (((ReferenceType) type).getDelegate() != null) && type.isGenericType()) { - throw new BCException("Attempt to add generic type to typemap " + type.toString() + " (should be raw)"); - }*/ + * if ((type instanceof ReferenceType) && type.getWorld().isInJava5Mode() && (((ReferenceType) type).getDelegate() != + * null) && type.isGenericType()) { throw new BCException("Attempt to add generic type to typemap " + type.toString() + + * " (should be raw)"); } + */ if (w.isExpendable(type)) { if (useExpendableMap) { @@ -1603,7 +1603,7 @@ public abstract class World implements Dump.INode { } value = System.getProperty("aspectj.minimalModel", "false"); if (value.equalsIgnoreCase("true")) { - System.out.println("ASPECTJ: aspectj.minmalModel=true: minimal model switched ON"); + System.out.println("ASPECTJ: aspectj.minimalModel=true: minimal model switched ON"); minimalModel = true; } } catch (Throwable t) { |