[jOOQ/jOOQ#10203] Bad Javadoc generated for Tables.java in the default
schema
This commit is contained in:
parent
5c3906e48c
commit
0f08489f68
@ -3182,7 +3182,7 @@ public class JavaGenerator extends AbstractGenerator {
|
||||
printPackage(out, schema);
|
||||
|
||||
if (!kotlin) {
|
||||
printClassJavadoc(out, "Convenience access to all tables in " + (StringUtils.isEmpty(schema.getOutputName()) ? "the default schema" : schema.getOutputName()));
|
||||
printClassJavadoc(out, "Convenience access to all tables in " + (StringUtils.isEmpty(schema.getOutputName()) ? "the default schema" : schema.getOutputName()) + ".");
|
||||
printClassAnnotations(out, schema);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user