michael-o commented on a change in pull request #159: Development
URL: 
https://github.com/apache/httpcomponents-core/pull/159#discussion_r344363096
 
 

 ##########
 File path: 
httpcore5/src/main/java/org/apache/hc/core5/reactor/IOReactorConfig.java
 ##########
 @@ -464,7 +464,7 @@ public IOReactorConfig build() {
     @Override
     public String toString() {
         final StringBuilder builder = new StringBuilder();
-        builder.append("[selectIntervalMillis=").append(this.selectInterval)
+        builder.append("[selectInterval=").append(this.selectInterval)
 
 Review comment:
   Because you don't remember your code: 
https://github.com/apache/httpcomponents-core/blob/9c05aafcde239e508d67a15716104773749d9f7e/httpcore5/src/main/java/org/apache/hc/core5/util/TimeValue.java#L377-L380
 ;-)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to