Skip to content

Commit fbcc02f

Browse files
Ahoo-Wangfrantuma
authored andcommitted
1 parent dfca14c commit fbcc02f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/swagger-core/src/main/java/io/swagger/v3/core/jackson/ModelResolver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,7 @@ protected Type findJsonValueType(final BeanDescription beanDesc) {
11631163
if (jsonValueMember != null) {
11641164
return jsonValueMember.getType();
11651165
}
1166+
return null;
11661167
} catch (Exception e) {
11671168
LOGGER.warn("jackson BeanDescription.findJsonValueAccessor not found, this could lead to inaccurate result, please update jackson to 2.9+");
11681169
}

0 commit comments

Comments
 (0)