You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2019/11/08 18:22:45 UTC

[GitHub] [httpcomponents-core] garydgregory commented on a change in pull request #159: Development

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

 ##########
 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:
   I can't imagine why would one would want to hide the scale.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org