fix checkstyle failure

This commit is contained in:
Gavin 2022-11-29 18:01:07 +01:00
parent 9ccb71847b
commit 325b416e7d

View File

@ -7673,7 +7673,7 @@ private void renderInsertInto(TableInsertStandard tableInsert) {
} }
/** /**
* 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) { protected void renderIntoIntoAndTable(TableInsertStandard tableInsert) {
sqlBuffer.append( "insert into " ); sqlBuffer.append( "insert into " );