fix typo in java client docstring (#1494)

This commit is contained in:
William Cheng
2018-11-19 21:14:03 +08:00
committed by GitHub
parent 363b095721
commit 2b58f6737a
3 changed files with 3 additions and 3 deletions
@@ -145,7 +145,7 @@ public class ApiClient {
/**
* Get base path
*
* @return Baes path
* @return Base path
*/
public String getBasePath() {
return basePath;
@@ -141,7 +141,7 @@ public class ApiClient {
/**
* Get base path
*
* @return Baes path
* @return Base path
*/
public String getBasePath() {
return basePath;
@@ -141,7 +141,7 @@ public class ApiClient {
/**
* Get base path
*
* @return Baes path
* @return Base path
*/
public String getBasePath() {
return basePath;