Skip to content

Commit 35176a8

Browse files
committed
adjust whitespace between jersey2 and jersey3
1 parent dfcd104 commit 35176a8

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

modules/openapi-generator/src/main/resources/Java/libraries/jersey2/ApiClient.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ public class ApiClient{{#jsr310}} extends JavaTimeFormatter{{/jsr310}} {
10211021
return entity;
10221022
}
10231023

1024-
/**
1024+
/**
10251025
* Adds the object with the provided key to the MultiPart.
10261026
* Based on the object type sets Content-Disposition and Content-Type.
10271027
*

modules/openapi-generator/src/main/resources/Java/libraries/jersey3/ApiClient.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ public class ApiClient{{#jsr310}} extends JavaTimeFormatter{{/jsr310}} {
13861386
protected Client buildHttpClient() {
13871387
// Create ClientConfig if it has not been initialized yet
13881388
if (clientConfig == null) {
1389-
clientConfig = getDefaultClientConfig();
1389+
clientConfig = getDefaultClientConfig();
13901390
}
13911391

13921392
ClientBuilder clientBuilder = ClientBuilder.newBuilder();

modules/openapi-generator/src/main/resources/Java/libraries/jersey3/build.gradle.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ dependencies {
152152
{{#useReflectionEqualsHashCode}}
153153
implementation "org.apache.commons:commons-lang3:$commons_lang3_version"
154154
{{/useReflectionEqualsHashCode}}
155-
156155
testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_version"
157156
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junit_version"
158157
}

0 commit comments

Comments
 (0)