mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
fix checkstyle failure
This commit is contained in:
parent
9ccb71847b
commit
325b416e7d
@ -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 " );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user