Skip to content

Commit a4ea548

Browse files
committed
feat: support universal client
1 parent e062e24 commit a4ea548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

volcengine-java-sdk-core/src/main/java/com/volcengine/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ public File prepareDownloadFile(Response response) throws IOException {
851851
}
852852

853853
/**
854-
* {@link #execute(Call, Type)}
854+
* {@link #execute(Call, Type, boolean...)}
855855
*
856856
* @param <T> Type
857857
* @param call An instance of the Call object
@@ -902,7 +902,7 @@ public <T> void executeAsync(Call call, ApiCallback<T> callback) {
902902
* @param call The callback to be executed when the API call finishes
903903
* @param returnType Return type
904904
* @param callback ApiCallback
905-
* @see #execute(Call, Type)
905+
* @see #execute(Call, Type, boolean...)
906906
*/
907907
@SuppressWarnings("unchecked")
908908
public <T> void executeAsync(Call call, final Type returnType, final ApiCallback<T> callback) {

0 commit comments

Comments
 (0)