Skip to content

Commit 08c4f56

Browse files
committed
java-client: fix some javadoc comments
1 parent 9c11fcf commit 08c4f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ public class ApiClient {
289289
/**
290290
* Set base path
291291
*
292-
* @param basePath Base path of the URL (e.g {{{basePath}}}
293-
* @return An instance of OkHttpClient
292+
* @param basePath Base path of the URL (e.g {{{basePath}}})
293+
* @return An instance of ApiClient
294294
*/
295295
public ApiClient setBasePath(String basePath) {
296296
this.basePath = basePath;
@@ -338,7 +338,7 @@ public class ApiClient {
338338
* Set HTTP client, which must never be null.
339339
*
340340
* @param newHttpClient An instance of OkHttpClient
341-
* @return Api Client
341+
* @return ApiClient
342342
* @throws java.lang.NullPointerException when newHttpClient is null
343343
*/
344344
public ApiClient setHttpClient(OkHttpClient newHttpClient) {

0 commit comments

Comments
 (0)