forked from loafle/openapi-generator-original
java jersey2: remove trailing whitespaces (#7632)
This commit is contained in:
@@ -176,7 +176,7 @@ public class JSON implements ContextResolver<ObjectMapper> {
|
||||
return false;
|
||||
}
|
||||
visitedClasses.add(modelClass);
|
||||
|
||||
|
||||
// Traverse the oneOf/anyOf composed schemas.
|
||||
Map<String, GenericType> descendants = modelDescendants.get(modelClass);
|
||||
if (descendants != null) {
|
||||
|
||||
Reference in New Issue
Block a user