kinow opened a new pull request #147: [COLLECTIONS-759]: add newline at end of file, and convert to unix (LF instead of CRLF) fixing checkstyle URL: https://github.com/apache/commons-collections/pull/147 As per title, fixing the Travis CI build that is broken at the moment due to checkstyle issues. There are some files that were missing newline at end of file (git). Added the extra line, but after running `mvn` got the error again. Then noticed it was a CRLF vs. LF issue. Ran the files through `dos2unix`, and finally `mvn` command (default build target, same as in Travis) passed. Now :crossed_fingers: and wait to see what Travis reports. Bruno
---------------------------------------------------------------- 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
