优化注释

This commit is contained in:
RuoYi
2021-04-08 22:19:05 +08:00
committed by 疯狂的狮子li
parent 21dcf90117
commit f29ee7df56
2 changed files with 6 additions and 6 deletions

View File

@@ -259,7 +259,7 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils
}
/**
* 下划线转驼峰命名
* 驼峰转下划线命名
*/
public static String toUnderScoreCase(String str)
{