Skip to content

Commit 11f7a9b

Browse files
committed
code review
1 parent 041f1fb commit 11f7a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-data-rest/src/main/java/org/springdoc/data/rest/core/DataRestResponseService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ private static class MapModel extends RepresentationModel<MapModel> {
340340
* @param content the content
341341
* @param links the links
342342
*/
343-
public MapModel(Map<? extends Object, ? extends Object> content, Link... links) {
343+
public MapModel(Map content, Link... links) {
344344
super(Arrays.asList(links));
345345
this.content = content;
346346
}

0 commit comments

Comments
 (0)