You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/07/08 07:19:45 UTC

[GitHub] [commons-pool] perlun opened a new pull request #22: (typo) Fix evictor typo

perlun opened a new pull request #22: (typo) Fix evictor typo
URL: https://github.com/apache/commons-pool/pull/22
 
 
   The typo is in a package-private method, so this change should be safe and not harm/change the public API.
   
   ----
   
   As a side note, I noted that some of the files here have incorrect line endings (CRLF instead of Unix-style LF line endings like the rest of the project). I ran a oneliner to find all affected Java files in the tree. If someone feels like fixing this (in a separate PR) or file a JIRA ticket about it, feel free to do so.
   
   ```
   $ file $(find -name \*.java ) | grep CRLF
   ./src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java:                     ASCII text, with CRLF line terminators
   ./src/main/java/org/apache/commons/pool2/impl/GenericObjectPool.java:                         ASCII text, with CRLF line terminators
   ./src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java:                             ASCII text, with CRLF line terminators
   ```

----------------------------------------------------------------
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