aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java
AgeCommit message (Expand)Author
2021-09-26Sort members.Gary Gregory
2021-01-21Add and use a package-private factory for UnsupportedOperationExceptionGary Gregory
2021-01-19Minor Improvement: (#190)Arturo Bernal
2020-12-12Replace magic numbers with constants with the new IOUtils.CR and LF.Gary Gregory
2020-12-12Replace magic number with constant.Gary Gregory
2020-12-12Javadoc.Gary Gregory
2020-12-12Javadoc.Gary Gregory
2020-12-12Fix typo.Gary Gregory
2020-12-12Formatting.Gary Gregory
2018-03-06Don't need to nest else clause. Refactor magic numbers into constants.Gary Gregory
2017-09-28Consistently use the final modifier with local variables.Gary Gregory
2017-09-27Use final for parameters.Gary Gregory
2015-06-21Fixed all checkstyle errors and a findbugs errorKristian Rosenvold
2015-05-20Make JavaDoc tool happyBenedikt Ritter
2015-04-14MASSEMBLY-753 CR only handling. Unreleased code so no separate issue for commonsKristian Rosenvold
2014-10-27add missing license headers and move those before package to avoid checkstyle...Olivier Lamy
2014-10-27use spaces not tabsOlivier Lamy
2014-10-27[IO-459] Add WindowsLineEndingInputStream and UnixLineEndingInputStreamOlivier Lamy