Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit b00efa8

Browse files
authored
Merge pull request #777 from netdied/master
fix : Result<<Page<User>>> fields explain failed
2 parents b3bee2e + d84965f commit b00efa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/ly/doc/helper/ParamsBuildHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public static List<ApiParam> buildParams(String className, String pre, int level
395395
}
396396
if (globGicName.length > 0 && "java.util.List".equals(fieldGicName)) {
397397
// no generic, just object
398-
fieldGicName = fieldGicName + "<" + DocGlobalConstants.JAVA_OBJECT_FULLY + ">";
398+
fieldGicName = fieldGicName + "<T>";
399399
}
400400
if (JavaClassValidateUtil.isArray(subTypeName)) {
401401
fieldGicName = fieldGicName.substring(0, fieldGicName.lastIndexOf("["));

0 commit comments

Comments
 (0)