Skip to content

Commit 4a75d16

Browse files
author
bnasslahsen
committed
project update
1 parent c77364c commit 4a75d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
public abstract class AbstractRequestBuilder {
7979

80-
protected static final List<Class> PARAM_TYPES_TO_IGNORE = new ArrayList<>();
80+
public static final List<Class> PARAM_TYPES_TO_IGNORE = new ArrayList<>();
8181

8282
// using string litterals to support both validation-api v1 and v2
8383
private static final String[] ANNOTATIONS_FOR_REQUIRED = { NotNull.class.getName(), "javax.validation.constraints.NotBlank", "javax.validation.constraints.NotEmpty" };

0 commit comments

Comments
 (0)