fix checkstyle failure
This commit is contained in:
parent
9ccb71847b
commit
325b416e7d
|
@ -7673,7 +7673,7 @@ public abstract class AbstractSqlAstTranslator<T extends JdbcOperation> implemen
|
|||
}
|
||||
|
||||
/**
|
||||
* Renders the `insert into <table name> ` portion of an insert
|
||||
* Renders the {@code insert into <table name>} portion of an insert
|
||||
*/
|
||||
protected void renderIntoIntoAndTable(TableInsertStandard tableInsert) {
|
||||
sqlBuffer.append( "insert into " );
|
||||
|
|
Loading…
Reference in New Issue