Skip to content

Commit bfe2b87

Browse files
author
Adam Soos
committed
RCB-597: fix doc
1 parent 8e7422f commit bfe2b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/com/basistech/rosette/api/HttpRosetteAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ private <T extends Object> T getResponse(HttpResponse httpResponse, Class<T> cla
619619
* @param endpoint the endpoint to which the request is sent to
620620
* @param request the request object
621621
* @param responseClass Response's class
622-
* @return RequestThread which when started sends the predefined request through this http client
622+
* @return RosetteRequest which when started sends the predefined request through this http client
623623
*/
624624
public RosetteRequest createRosetteRequest(String endpoint,
625625
Request request,

0 commit comments

Comments
 (0)