@@ -256,7 +256,7 @@ Commons IO 1.4 requires Java 1.3.
256256Historical list of changes: https://commons.apache.org/proper/commons-io/changes-report.html
257257
258258For complete information on Apache Commons IO, including instructions on how to submit bug reports,
259- patches, or suggestions for improvement, see the Apache Apache Commons IO website:
259+ patches, or suggestions for improvement, see the Apache Commons IO website:
260260
261261https://commons.apache.org/proper/commons-io/
262262
@@ -371,7 +371,7 @@ Commons IO 1.4 requires Java 1.3.
371371Historical list of changes: https://commons.apache.org/proper/commons-io/changes-report.html
372372
373373For complete information on Apache Commons IO, including instructions on how to submit bug reports,
374- patches, or suggestions for improvement, see the Apache Apache Commons IO website:
374+ patches, or suggestions for improvement, see the Apache Commons IO website:
375375
376376https://commons.apache.org/proper/commons-io/
377377
@@ -832,7 +832,7 @@ Enhancements from 1.4
832832 - Annotate with @Override and @Deprecated
833833
834834 * [IO-178] New BOMInputStream and ByteOrderMark implementations - to detect and optionally exclude an initial Byte Order mark (BOM)
835- * [IO-197] New BoundedInputStream (copied from from Apache JackRabbit)
835+ * [IO-197] New BoundedInputStream (copied from Apache JackRabbit)
836836 * [IO-193] New Broken Input and Output streams
837837 * [IO-132] New File Listener/Monitor facility
838838 * [IO-158] New ReaderInputStream and WriterOutputStream implementations
@@ -924,7 +924,7 @@ Semantic compatible - Yes
924924Commons IO 1.4 introduces four new implementations which depend on Java 4 features
925925(CharSequenceReader, FileWriterWithEncoding, IOExceptionWithCause and RegexFileFilter).
926926It has been built with the JDK source and target options set to Java 1.3 and, except for
927- those implementations, can be used with Java 1.3 (see IO IO -127).
927+ those implementations, can be used with Java 1.3 (see IO-127).
928928
929929Deprecations from 1.3.2
930930-----------------------
0 commit comments