Update PECodeGenerator.java
This commit is contained in:
parent
a26fcf528a
commit
57301be1c0
|
@ -364,7 +364,7 @@ public class PECodeGenerator {
|
|||
type = Utilities.capitalize(field.types().get(0).getName()+"Type");
|
||||
ptype = getPrimitiveType(sd);
|
||||
} else {
|
||||
type = field.types().get(0).getName();
|
||||
type = Utilities.javaTokenize(field.types().get(0).getName(), true);
|
||||
}
|
||||
String ltype = type;
|
||||
if (field.isList()) {
|
||||
|
|
Loading…
Reference in New Issue