]> source.dussan.org Git - aspectj.git/commitdiff
272233: test and fix, using 'void<?>'
authoraclement <aclement>
Thu, 16 Apr 2009 19:17:50 +0000 (19:17 +0000)
committeraclement <aclement>
Thu, 16 Apr 2009 19:17:50 +0000 (19:17 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java

index 6294abd90a2fea7f3933b853c06444e564d69a73..af7523a11183b423f47788c64adc8f84a606603e 100644 (file)
@@ -1961,8 +1961,8 @@ public abstract class ResolvedType extends UnresolvedType implements AnnotatedEl
         * @return
         */
        public ResolvedType getGenericType() {
-               if (!(isParameterizedType() || isRawType()))
-                       throw new BCException("The type " + getBaseName() + " is not parameterized or raw - it has no generic type");
+               // if (!(isParameterizedType() || isRawType()))
+               // throw new BCException("The type " + getBaseName() + " is not parameterized or raw - it has no generic type");
                return null;
        }