Skip to content

Commit 8788cf1

Browse files
committed
Update ElementReader.java
1 parent 676176e commit 8788cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-generator-core/src/main/java/io/avaje/http/generator/core/ElementReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ void writeParamName(Append writer) {
246246
* Build the OpenAPI documentation for this parameter.
247247
*/
248248
void buildApiDocumentation(MethodDocBuilder methodDoc) {
249-
if (!isPlatformContext()) {
249+
if (!isPlatformContext() && !isParamMap) {
250250
new MethodParamDocBuilder(methodDoc, this).build();
251251
}
252252
}

0 commit comments

Comments
 (0)