Skip to content

Commit 087d59d

Browse files
committed
Merge pull request #1324 from swagger-api/develop_2.0
reverted commit
2 parents fe2f463 + 033d530 commit 087d59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/ParameterProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class ParameterProcessor {
3333

3434
public static Parameter applyAnnotations(Swagger swagger, Parameter parameter, Type type, List<Annotation> annotations) {
3535
final AnnotationsHelper helper = new AnnotationsHelper(annotations);
36-
if (helper.isContext() && parameter.getVendorExtensions().isEmpty()) {
36+
if (helper.isContext()) {
3737
return null;
3838
}
3939
final ParamWrapper<?> param = helper.getApiParam();

0 commit comments

Comments
 (0)