First commit to PLRG Git repo.
authorrtrimana <rtrimana@uci.edu>
Wed, 19 Jun 2019 17:53:11 +0000 (10:53 -0700)
committerrtrimana <rtrimana@uci.edu>
Wed, 19 Jun 2019 17:53:11 +0000 (10:53 -0700)
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);