New problem with Groovy library.
[jpf-core.git] / src / classes / sun / reflect / generics / reflectiveObjects / TypeVariableImpl.java
index fcb0521e2c8bb6436c9599cb154de9a8ecf57153..c77a3a516323003565c5b07e88c8a9594c372d62 100644 (file)
@@ -59,9 +59,10 @@ public class TypeVariableImpl<D extends GenericDeclaration>
         return new TypeVariableImpl<T>(decl, name, bs, f);
     }
 
-
     public Type[] getBounds() {
+
         throw new UnsupportedOperationException();
+        //return new Type[0];
     }
 
     public D getGenericDeclaration(){