You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thats because in this method the parameter name is used as key, but both parmeters have a null name.
It can be be fixed by using the parameters hash code as key instead of the name, e. g like:
It is currently not possible to define multiple @parameter's (on a single method) that reference a definition.
E. g. something like that:
The method
org.springdoc.core.AbstractRequestBuilder#getParameterLinkedHashMap
throws the following Exception:Thats because in this method the parameter name is used as key, but both parmeters have a
null
name.It can be be fixed by using the parameters hash code as key instead of the name, e. g like:
The text was updated successfully, but these errors were encountered: