File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
api-boot-project/api-boot-common/src/main/java/org/minbox/framework/api/boot/common/tools Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ static Reflections initReflections(String scannerPackage) {
5555 * 获取指定package下的接口实现类
5656 *
5757 * @param scannerPackage 扫描的package
58+ * @param clazz The class type
5859 * @return 实现类集合
5960 */
6061 public static Collection <?> getSubClassList (String scannerPackage , Class clazz ) {
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ public class ListTools {
3535 /**
3636 * value converter to list
3737 *
38- * @param value
39- * @return
38+ * @param value The object value
39+ * @return list collection
4040 */
4141 public static List <String > convertToList (Object value ) {
4242 List <String > resourceUrls = new ArrayList <>();
You can’t perform that action at this time.
0 commit comments