We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5545dd2 commit 5a01ed6Copy full SHA for 5a01ed6
modules/swagger-core/src/main/java/io/swagger/v3/core/util/ReflectionUtils.java
@@ -34,7 +34,7 @@ public static Type typeFromString(String type) {
34
try {
35
return loadClassByName(type);
36
} catch (Exception e) {
37
- LOGGER.error(String.format("Failed to resolve '%s' into class", type), e);
+ LOGGER.warn(String.format("Failed to resolve '%s' into class", type), e);
38
}
39
return null;
40
0 commit comments