Skip to content

Commit 5226e1d

Browse files
author
bnasslahsen
committed
project update
1 parent b0608df commit 5226e1d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>pom</packaging>
99
<name>Spring openapi documentation generator</name>
1010
<description>Spring openapi documentation generator</description>
11-
<url>https://github.com/springdoc/springdoc-openapi</url>
11+
<url>https://springdoc.org/</url>
1212

1313
<parent>
1414
<groupId>org.springframework.boot</groupId>

springdoc-openapi-common/src/main/java/org/springdoc/core/converters/PropertyCustomizingConverter.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public Schema resolve(AnnotatedType type, ModelConverterContext context, Iterato
4747
}
4848
return resolvedSchema;
4949
}
50-
else {
51-
return null;
52-
}
50+
return null;
5351
}
5452
}

0 commit comments

Comments
 (0)