We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29d844 commit 2c5e914Copy full SHA for 2c5e914
springdoc-openapi-common/src/main/java/org/springdoc/core/ParameterInfo.java
@@ -20,8 +20,6 @@
20
21
package org.springdoc.core;
22
23
-import java.lang.reflect.Parameter;
24
-
25
import io.swagger.v3.oas.annotations.enums.ParameterIn;
26
import org.apache.commons.lang3.StringUtils;
27
import org.slf4j.Logger;
@@ -152,15 +150,6 @@ public MethodParameter getMethodParameter() {
152
150
return methodParameter;
153
151
}
154
155
- /**
156
- * Gets parameter.
157
- *
158
- * @return the parameter
159
- */
160
- public Parameter getParameter() {
161
- return methodParameter.getParameter();
162
- }
163
164
/**
165
* Gets parameter model.
166
*
0 commit comments