You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Settings that can be applied when creating a {@link ClientHttpRequestFactory}. * @param connectTimeout the connect timeout * @param readTimeout the read timeout * @param bufferRequestBody if request body buffering is used * @author Andy Wilkinson * @author Phillip Webb * @since 3.0.0 * @see ClientHttpRequestFactories */
Should be
/** * Settings that can be applied when creating a {@link ClientHttpRequestFactory}. * * @param connectTimeout the connect timeout * @param readTimeout the read timeout * @param bufferRequestBody if request body buffering is used * @author Andy Wilkinson * @author Phillip Webb * @since 3.0.0 * @see ClientHttpRequestFactories */