Skip to content

Commit 2b0aed4

Browse files
author
bnasslahsen
committed
code cleanup
1 parent d021d23 commit 2b0aed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/RequestInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public String defaultValue() {
4848
}
4949

5050
public String type() {
51-
return paramType.toString();
51+
return paramType;
5252
}
5353

5454
}

0 commit comments

Comments
 (0)