HHH-12530 - Fix checkstyle concerns.

This commit is contained in:
Chris Cranford 2018-04-30 09:34:25 -04:00
parent db1d2d177b
commit f4e83e3a10
1 changed files with 1 additions and 1 deletions

View File

@ -1103,7 +1103,7 @@ public abstract class AbstractProducedQuery<R> implements QueryImplementor<R> {
}
if ( !applied ) {
handleUnrecognizedHint(hintName, value);
handleUnrecognizedHint( hintName, value );
}
return this;