ソースを参照

修正方法名单词拼写错误

RuoYi 4 年 前
コミット
c7b6858433
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/ExceptionUtil.java

+ 1 - 1
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/ExceptionUtil.java

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