projects
/
jpf-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5172e64
)
First commit to PLRG Git repo.
author
rtrimana
<rtrimana@uci.edu>
Wed, 19 Jun 2019 17:53:11 +0000
(10:53 -0700)
committer
rtrimana
<rtrimana@uci.edu>
Wed, 19 Jun 2019 17:53:11 +0000
(10:53 -0700)
examples/Reflection.java
patch
|
blob
|
history
diff --git
a/examples/Reflection.java
b/examples/Reflection.java
index 88f41d555257c6e0fbae9fe898f9225fb289d3b8..8bead2e9b4fa2a4228ad79066bf7eb2fb08ffd06 100644
(file)
--- a/
examples/Reflection.java
+++ b/
examples/Reflection.java
@@
-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);