ok2c commented on code in PR #728:
URL:
https://github.com/apache/httpcomponents-client/pull/728#discussion_r2573559942
##########
httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/InternalHttpAsyncExecRuntime.java:
##########
@@ -59,13 +75,15 @@ static class ReUseData {
final Object state;
final TimeValue validDuration;
- ReUseData(final Object state, final TimeValue validDuration) {
- this.state = state;
- this.validDuration = validDuration;
- }
+ ReUseData(final Object state, final TimeValue validDuration) {
Review Comment:
@arturobernalg tabs?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]