forked from loafle/openapi-generator-original
fix typo in java client docstring (#1494)
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ public class ApiClient {
|
||||
/**
|
||||
* Get base path
|
||||
*
|
||||
* @return Baes path
|
||||
* @return Base path
|
||||
*/
|
||||
public String getBasePath() {
|
||||
return basePath;
|
||||
|
||||
+1
-1
@@ -141,7 +141,7 @@ public class ApiClient {
|
||||
/**
|
||||
* Get base path
|
||||
*
|
||||
* @return Baes path
|
||||
* @return Base path
|
||||
*/
|
||||
public String getBasePath() {
|
||||
return basePath;
|
||||
|
||||
+1
-1
@@ -141,7 +141,7 @@ public class ApiClient {
|
||||
/**
|
||||
* Get base path
|
||||
*
|
||||
* @return Baes path
|
||||
* @return Base path
|
||||
*/
|
||||
public String getBasePath() {
|
||||
return basePath;
|
||||
|
||||
Reference in New Issue
Block a user