We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d518b6f + a1464ca commit 8b3fe2cCopy full SHA for 8b3fe2c
src/main/java/org/seasar/doma/internal/apt/EmbeddableTypeGenerator.java
@@ -156,9 +156,9 @@ protected void printGetEmbeddablePropertyTypesMethod() {
156
/* 15 */pm.getBoxedClassName(),
157
/* 16 */domainTypeName,
158
/* 17 */pm.isColumnQuoteRequired());
159
- print(it.hasNext() ? "," : ");");
160
- print("%n");
+ print(it.hasNext() ? ",%n" : "");
161
}
+ print(");%n");
162
iprint("}%n");
163
print("%n");
164
0 commit comments