修复注释错误

This commit is contained in:
wanglei 2020-08-07 14:26:30 +08:00
parent 7c39f92538
commit c4ee9ea7c8
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public class GenUtils
/** /**
* 关键字替换 * 关键字替换
* *
* @param name 需要被替换的名字 * @param text 需要被替换的名字
* @return 替换后的名字 * @return 替换后的名字
*/ */
public static String replaceText(String text) public static String replaceText(String text)