First commit to PLRG Git repo.
[jpf-core.git] / examples / Reflection.java
index 88f41d555257c6e0fbae9fe898f9225fb289d3b8..8bead2e9b4fa2a4228ad79066bf7eb2fb08ffd06 100644 (file)
@@ -55,8 +55,8 @@ public class Reflection {
  
       }
       System.out.println();*/
-      TypeVariable[] typeParameters = Generic.class.getTypeParameters();
-      //TypeVariable[] typeParameters = SampleClass.class.getTypeParameters();
+      //TypeVariable[] typeParameters = Generic.class.getTypeParameters();
+      TypeVariable[] typeParameters = SampleClass.class.getTypeParameters();
       for(TypeVariable typeVar: typeParameters){
          System.out.println(typeVar);