Browse Source

fix comment

Looly 5 years ago
parent
commit
3738bcab73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hutool-core/src/main/java/cn/hutool/core/util/ReflectUtil.java

+ 1 - 1
hutool-core/src/main/java/cn/hutool/core/util/ReflectUtil.java

@@ -92,7 +92,7 @@ public class ReflectUtil {
 	}
 
 	/**
-	 * 获得一个类中所有字段列表,直接反射获取,无缓存
+	 * 获得一个类中所有构造列表,直接反射获取,无缓存
 	 *
 	 * @param beanClass 类
 	 * @return 字段列表