[ISSUE #7504] fix the typos in TemplateUtils.java. (#7162)

This commit is contained in:
brotherlu-xcq 2021-11-04 09:58:34 +08:00 committed by GitHub
parent 290316d2ac
commit f51985e0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ public class TemplateUtils {
try {
runnable.run();
} catch (Exception e) {
LogUtils.NAMING_LOGGER.error("string empty and then execute cause an exception.", e);
LogUtils.NAMING_LOGGER.error("string not empty and then execute cause an exception.", e);
}
}
}