fix checkstyle failure

This commit is contained in:
Gavin 2022-11-29 18:01:07 +01:00
parent 9ccb71847b
commit 325b416e7d
1 changed files with 1 additions and 1 deletions

View File

@ -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 " );