HHH-12530 - Fix checkstyle concerns.

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

View File

@ -1109,7 +1109,7 @@ public abstract class AbstractProducedQuery<R> implements QueryImplementor<R> {
return this;
}
protected void handleUnrecognizedHint(String hintName,Object value) {
protected void handleUnrecognizedHint(String hintName, Object value) {
MSG_LOGGER.debugf( "Skipping unsupported query hint [%s]", hintName );
}