aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorMichael Ernst <mernst@cs.washington.edu>2022-08-26 01:48:24 -1000
committerGitHub <noreply@github.com>2022-08-26 07:48:24 -0400
commit4fa1b22680b852e0dde4f3842670b78c5c438d39 (patch)
tree5bde0dcffe322966b557cc9ffd7329b34af4275c /RELEASE-NOTES.txt
parent8e072110e9d6ed0f81039929f4a81818c515439c (diff)
downloadapache-commons-io-4fa1b22680b852e0dde4f3842670b78c5c438d39.tar.gz
Fix typos (#375)
* Fix typos * Reintroduce auto-generated typos
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index dc2ee6b2..76be6601 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -802,7 +802,7 @@ Enhancements from 1.4
- Annotate with @Override and @Deprecated
* [IO-178] New BOMInputStream and ByteOrderMark implementations - to detect and optionally exclude an initial Byte Order mark (BOM)
- * [IO-197] New BoundedInputStream (copied from from Apache JackRabbit)
+ * [IO-197] New BoundedInputStream (copied from Apache JackRabbit)
* [IO-193] New Broken Input and Output streams
* [IO-132] New File Listener/Monitor facility
* [IO-158] New ReaderInputStream and WriterOutputStream implementations
@@ -894,7 +894,7 @@ Semantic compatible - Yes
Commons IO 1.4 introduces four new implementations which depend on Java 4 features
(CharSequenceReader, FileWriterWithEncoding, IOExceptionWithCause and RegexFileFilter).
It has been built with the JDK source and target options set to Java 1.3 and, except for
-those implementations, can be used with Java 1.3 (see IO IO-127).
+those implementations, can be used with Java 1.3 (see IO-127).
Deprecations from 1.3.2
-----------------------