Skip to content

Commit 7981fba

Browse files
committed
remove comment
1 parent 806e690 commit 7981fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/it/aboutbits/springboot/toolbox/swagger/customization/custom_type/CustomTypeParameterCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public Parameter customize(Parameter parameter, MethodParameter methodParameter)
6464

6565
if (optionalClass.isEmpty()) {
6666
log.error("Can not resolve type for schema reference: {}", schemaRef);
67-
return parameter; // throw new RuntimeException();
67+
return parameter;
6868
}
6969

7070

0 commit comments

Comments
 (0)