File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments