Skip to content

Commit

Permalink
Merge pull request #58 from sashirestela/57-fixing-javadoc-error
Browse files Browse the repository at this point in the history
Fixing Javadoc error
  • Loading branch information
sashirestela authored Mar 19, 2024
2 parents c9d428d + 51a5c27 commit 37bf877
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ public class CleverClient {
* @param httpClient Custom Java's HttpClient component. One is created by default if none
* is passed. Optional.
* @param requestInterceptor Function to modify the request once it has been built.
* @param endOfStream Text used to mark the final of streams when handling server sent events
* @param eventsToRead List of events's name that we want to read from server sent events
* (SSE). Optional.
* @param endsOfStream Texts used to mark the final of streams when handling server sent
* events (SSE). Optional.
*/
@Builder
public CleverClient(@NonNull String baseUrl, @Singular Map<String, String> headers, HttpClient httpClient,
Expand Down

0 comments on commit 37bf877

Please sign in to comment.