HHH-12530 - Fix checkstyle concerns.
This commit is contained in:
parent
f4e83e3a10
commit
7938918518
|
@ -1109,7 +1109,7 @@ public abstract class AbstractProducedQuery<R> implements QueryImplementor<R> {
|
||||||
return this;
|
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 );
|
MSG_LOGGER.debugf( "Skipping unsupported query hint [%s]", hintName );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue