HHH-12530 - Fix checkstyle concerns.
This commit is contained in:
parent
db1d2d177b
commit
f4e83e3a10
|
@ -1103,7 +1103,7 @@ public abstract class AbstractProducedQuery<R> implements QueryImplementor<R> {
|
|||
}
|
||||
|
||||
if ( !applied ) {
|
||||
handleUnrecognizedHint(hintName, value);
|
||||
handleUnrecognizedHint( hintName, value );
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue