mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 12:56:12 +00:00
java jersey2: remove trailing whitespaces (#7632)
This commit is contained in:
@@ -18,5 +18,5 @@ script:
|
||||
#- mvn test
|
||||
# test using gradle
|
||||
- gradle test
|
||||
# test using sbt
|
||||
# test using sbt
|
||||
# - sbt test
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>3.0.2</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- HTTP client: jersey-client -->
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.core</groupId>
|
||||
|
||||
@@ -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