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