Skip to content

Commit

Permalink
Add missing since
Browse files Browse the repository at this point in the history
  • Loading branch information
arturobernalg committed Oct 18, 2024
1 parent d70fd97 commit 0bf0a8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public static HttpProcessorBuilder strictClient(final String agentInfo) {
*
* @param agentInfo the agent info text or {@code null} for default.
* @return the processor builder.
* @since 5.4
*/
public static HttpProcessorBuilder customClient(final String agentInfo, final boolean strict) {
return strict ? strictClient(agentInfo) : customClient(agentInfo);
Expand Down

0 comments on commit 0bf0a8c

Please sign in to comment.