--amend
This commit is contained in:
parent
672373fc8d
commit
b1b1cfdc54
@ -31,6 +31,7 @@ public class RefType extends RefTypeOrTPHOrWildcardOrGeneric
|
|||||||
public String toString(){
|
public String toString(){
|
||||||
String params = "";
|
String params = "";
|
||||||
if(parameter.size()>0){
|
if(parameter.size()>0){
|
||||||
|
params += "<";
|
||||||
Iterator<RefTypeOrTPHOrWildcardOrGeneric> it = parameter.iterator();
|
Iterator<RefTypeOrTPHOrWildcardOrGeneric> it = parameter.iterator();
|
||||||
while(it.hasNext()){
|
while(it.hasNext()){
|
||||||
RefTypeOrTPHOrWildcardOrGeneric param = it.next();
|
RefTypeOrTPHOrWildcardOrGeneric param = it.next();
|
||||||
|
Loading…
Reference in New Issue
Block a user