作者 若依
提交者 Gitee

!233 修正方法名单词拼写错误

Merge pull request !233 from lyqwer/N/A
@@ -22,7 +22,7 @@ public class ExceptionUtil @@ -22,7 +22,7 @@ public class ExceptionUtil
22 return str; 22 return str;
23 } 23 }
24 24
25 - public static String getRootErrorMseeage(Exception e) 25 + public static String getRootErrorMessage(Exception e)
26 { 26 {
27 Throwable root = ExceptionUtils.getRootCause(e); 27 Throwable root = ExceptionUtils.getRootCause(e);
28 root = (root == null ? e : root); 28 root = (root == null ? e : root);