提交 bd1edc6d authored 作者: 若依's avatar 若依 提交者: Gitee

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

Merge pull request !233 from lyqwer/N/A
...@@ -22,7 +22,7 @@ public class ExceptionUtil ...@@ -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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论