Instantiating TypeVariableImpl.java
[jpf-core.git] / examples / Reflection.java
index a5451eacbdef9c6e17798f5e1805e6ba90e651a5..0a021b2f180d87d77e402098a5aa3c0f959b25cd 100644 (file)
@@ -53,7 +53,6 @@ public class Reflection {
       }
       System.out.println();*/
       TypeVariable[] typeParameters = Generic.class.getTypeParameters();
-      System.out.println("Members: " + typeParameters.length);
       //TypeVariable[] typeParameters = SampleClass.class.getTypeParameters();
       for(TypeVariable typeVar: typeParameters){
          System.out.println(typeVar);