]> source.dussan.org Git - aspectj.git/commitdiff
spelling typo
authoraclement <aclement>
Tue, 10 Aug 2010 15:51:44 +0000 (15:51 +0000)
committeraclement <aclement>
Tue, 10 Aug 2010 15:51:44 +0000 (15:51 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/World.java

index 6a5a39b30b2b08da02f2d16744199692094db9b6..37479d4b2a83d03dc5b9a69670d9f79b5f88df6d 100644 (file)
@@ -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) {