修正方法名单词拼写错误

pull/274/head^2
RuoYi 2021-05-24 10:37:39 +08:00
parent 0e02eb24fa
commit e821dc6b50
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);