修正方法名单词拼写错误

This commit is contained in:
lyqwer 2021-05-21 17:24:48 +08:00 committed by Gitee
parent b431703262
commit b2914cbcb1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class ExceptionUtil
return str; return str;
} }
public static String getRootErrorMseeage(Exception e) public static String getRootErrorMessage(Exception e)
{ {
Throwable root = ExceptionUtils.getRootCause(e); Throwable root = ExceptionUtils.getRootCause(e);
root = (root == null ? e : root); root = (root == null ? e : root);