You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/ApiClient.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -232,8 +232,8 @@ public String getBasePath() {
232
232
/**
233
233
* Set base path
234
234
*
235
-
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
236
-
* @return An instance of OkHttpClient
235
+
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
236
+
* @return An instance of ApiClient
237
237
*/
238
238
publicApiClientsetBasePath(StringbasePath) {
239
239
this.basePath = basePath;
@@ -281,7 +281,7 @@ public OkHttpClient getHttpClient() {
281
281
* Set HTTP client, which must never be null.
282
282
*
283
283
* @param newHttpClient An instance of OkHttpClient
284
-
* @return Api Client
284
+
* @return ApiClient
285
285
* @throws java.lang.NullPointerException when newHttpClient is null
Copy file name to clipboardExpand all lines: samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/ApiClient.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -232,8 +232,8 @@ public String getBasePath() {
232
232
/**
233
233
* Set base path
234
234
*
235
-
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
236
-
* @return An instance of OkHttpClient
235
+
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
236
+
* @return An instance of ApiClient
237
237
*/
238
238
publicApiClientsetBasePath(StringbasePath) {
239
239
this.basePath = basePath;
@@ -281,7 +281,7 @@ public OkHttpClient getHttpClient() {
281
281
* Set HTTP client, which must never be null.
282
282
*
283
283
* @param newHttpClient An instance of OkHttpClient
284
-
* @return Api Client
284
+
* @return ApiClient
285
285
* @throws java.lang.NullPointerException when newHttpClient is null
Copy file name to clipboardExpand all lines: samples/client/petstore/java/okhttp-gson-awsv4signature/src/main/java/org/openapitools/client/ApiClient.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -236,8 +236,8 @@ public String getBasePath() {
236
236
/**
237
237
* Set base path
238
238
*
239
-
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
240
-
* @return An instance of OkHttpClient
239
+
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
240
+
* @return An instance of ApiClient
241
241
*/
242
242
publicApiClientsetBasePath(StringbasePath) {
243
243
this.basePath = basePath;
@@ -285,7 +285,7 @@ public OkHttpClient getHttpClient() {
285
285
* Set HTTP client, which must never be null.
286
286
*
287
287
* @param newHttpClient An instance of OkHttpClient
288
-
* @return Api Client
288
+
* @return ApiClient
289
289
* @throws java.lang.NullPointerException when newHttpClient is null
Copy file name to clipboardExpand all lines: samples/client/petstore/java/okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/ApiClient.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -249,8 +249,8 @@ public String getBasePath() {
249
249
/**
250
250
* Set base path
251
251
*
252
-
* @param basePath Base path of the URL (e.g http://petstore.swagger.io:80/v2
253
-
* @return An instance of OkHttpClient
252
+
* @param basePath Base path of the URL (e.g http://petstore.swagger.io:80/v2)
253
+
* @return An instance of ApiClient
254
254
*/
255
255
publicApiClientsetBasePath(StringbasePath) {
256
256
this.basePath = basePath;
@@ -298,7 +298,7 @@ public OkHttpClient getHttpClient() {
298
298
* Set HTTP client, which must never be null.
299
299
*
300
300
* @param newHttpClient An instance of OkHttpClient
301
-
* @return Api Client
301
+
* @return ApiClient
302
302
* @throws java.lang.NullPointerException when newHttpClient is null
0 commit comments