java jersey2: remove trailing whitespaces (#7632)

This commit is contained in:
William Cheng 2020-10-09 17:11:23 +08:00 committed by GitHub
parent 157c01d031
commit fe31b9e2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
35 changed files with 37 additions and 37 deletions

View File

@ -205,7 +205,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) {

View File

@ -1,5 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth;
import {{invokerPackage}}.Pair;
@ -51,7 +51,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;
/**

View File

@ -255,7 +255,7 @@
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<!-- HTTP client: jersey-client -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -226,7 +226,7 @@
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<!-- HTTP client: jersey-client -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>

View File

@ -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) {

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -226,7 +226,7 @@
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<!-- HTTP client: jersey-client -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>

View File

@ -180,7 +180,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) {

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -226,7 +226,7 @@
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<!-- HTTP client: jersey-client -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>

View File

@ -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) {

View File

@ -18,5 +18,5 @@ script:
#- mvn test
# test using gradle
- gradle test
# test using sbt
# test using sbt
# - sbt test

View File

@ -226,7 +226,7 @@
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<!-- HTTP client: jersey-client -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>

View File

@ -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) {

View File

@ -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;
/**