소스 검색

【轻量级 PR】:优化注释

CHY 3 년 전
부모
커밋
1124c27f06
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/text/Convert.java

+ 2 - 2
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/text/Convert.java

@@ -313,7 +313,7 @@ public class Convert
313 313
      * 转换为Integer数组<br>
314 314
      * 
315 315
      * @param split 分隔符
316
-     * @param split 被转换的值
316
+     * @param str 被转换的值
317 317
      * @return 结果
318 318
      */
319 319
     public static Integer[] toIntArray(String split, String str)
@@ -370,7 +370,7 @@ public class Convert
370 370
      * 转换为String数组<br>
371 371
      * 
372 372
      * @param split 分隔符
373
-     * @param split 被转换的值
373
+     * @param str 被转换的值
374 374
      * @return 结果
375 375
      */
376 376
     public static String[] toStrArray(String split, String str)