HHH-12617 - Fix checkstyle issues with prior commit.

This commit is contained in:
Chris Cranford 2018-05-23 10:12:54 -04:00
parent 2cce4ea918
commit 5919000dc8
1 changed files with 1 additions and 2 deletions

View File

@ -1770,8 +1770,7 @@ public interface CoreMessageLogger extends BasicLogger {
void unknownJavaTypeNoEqualsHashCode(Class javaType);
@LogMessage(level = WARN)
@Message(value = "@org.hibernate.annotations.Cache used on a non-root entity: ignored for [%s]. Please " +
"see the Hibernate documentation for proper usage.", id = 482)
@Message(value = "@org.hibernate.annotations.Cache used on a non-root entity: ignored for [%s]. Please see the Hibernate documentation for proper usage.", id = 482)
void cacheOrCacheableAnnotationOnNonRoot(String className);
@LogMessage(level = WARN)