Polish log message

See gh-29773
This commit is contained in:
Stéphane Nicoll 2023-09-18 08:28:10 +02:00
parent 6e5c4ef864
commit 57a4628934
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class CglibAopProxy implements AopProxy, Serializable {
if (Modifier.isFinal(mod)) {
if (logger.isWarnEnabled() && implementsInterface(method, ifcs)) {
logger.warn("Unable to proxy interface-implementing method [" + method + "] because " +
"it is marked as final: Consider using interface-based JDK proxies instead!");
"it is marked as final, consider using interface-based JDK proxies instead.");
}
if (logger.isDebugEnabled()) {
logger.debug("Final method [" + method + "] cannot get proxied via CGLIB: " +