mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 00:21:18 +00:00
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) {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package org.openapitools.client.auth;
|
||||
|
||||
import org.openapitools.client.Pair;
|
||||
@@ -62,7 +62,7 @@ public class HttpSignatureAuth implements Authentication {
|
||||
// The digest algorithm which is used to calculate a cryptographic digest of the HTTP request body.
|
||||
private String digestAlgorithm;
|
||||
|
||||
// The maximum validity duration of the HTTP signature.
|
||||
// The maximum validity duration of the HTTP signature.
|
||||
private Long maxSignatureValidity;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user