mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-21 21:14:12 +08:00
This commit is contained in:
parent
3c03104095
commit
c6bc44aae1
@ -114,7 +114,7 @@ public class EntitySerializer implements Serializer{
|
||||
builder.append(", new Class[]{");
|
||||
first = true;
|
||||
for (ParameterModel p : c.getParameters()){
|
||||
if (!first) builder.append(",");
|
||||
if (!first) builder.append(", ");
|
||||
builder.append(p.getRealTypeName() + ".class");
|
||||
first = false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user