Skip to content

Commit b0608df

Browse files
author
bnasslahsen
committed
code review
1 parent b292ef4 commit b0608df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
import org.springframework.lang.Nullable;
4545

4646
class MethodParameterPojoExtractor {
47+
48+
private MethodParameterPojoExtractor() { }
49+
4750
private static final Nullable NULLABLE_ANNOTATION = new Nullable() {
4851
@Override
4952
public Class<? extends Annotation> annotationType() {

0 commit comments

Comments
 (0)