Fixed code
This commit is contained in:
parent
502ba899f7
commit
d490efab78
|
@ -309,11 +309,13 @@ public class PropertyTypeName {
|
|||
stringBuffer.append(BaseType.STRING.toString());
|
||||
stringBuffer.append(",");
|
||||
}
|
||||
if(genericBaseType!=null) {
|
||||
|
||||
if(genericClassName != null) {
|
||||
stringBuffer.append(genericClassName);
|
||||
}else {
|
||||
stringBuffer.append(genericBaseType.toString());
|
||||
}
|
||||
|
||||
stringBuffer.append(">");
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue