Skip to content

Commit 9631eaf

Browse files
committed
extends the supposed return type
1 parent 1983bfb commit 9631eaf

File tree

75 files changed

+2084
-977
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2084
-977
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM node:$NODE_VERSION-alpine
55
ENV DOCKER=true
66

77
RUN apk add openjdk11 maven jq bash perl curl
8+
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
89

910
WORKDIR /app
1011

clients/algoliasearch-client-java-2/algoliasearch-core/com/algolia/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,10 @@ public <T> T handleResponse(Response response, Type returnType)
610610
* @param body The request body object
611611
* @param headerParams The header parameters
612612
* @param callback Callback for upload/download progress
613-
* @return The HTTP call or EchoRequester
613+
* @return The HTTP call
614614
* @throws ApiException If fail to serialize the request body object
615615
*/
616-
public Object buildCall(
616+
public Call buildCall(
617617
String path,
618618
String method,
619619
List<Pair> queryParams,

0 commit comments

Comments
 (0)