aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2018-05-15 12:36:10 -0600
committerGary Gregory <garydgregory@gmail.com>2018-05-15 12:36:10 -0600
commit98f8e1a4334084c900bec1f62bdfe190dce8d5df (patch)
treedf9f8a5d9d61683cd841bef5132aacbc3c9737db /RELEASE-NOTES.txt
parent8bb1788ae75318bd5cca0c64893f616c82402399 (diff)
downloadapache-commons-io-98f8e1a4334084c900bec1f62bdfe190dce8d5df.tar.gz
Typo: 'JavaDoc' -> 'Javadoc'.
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 db0bffb1..7d668da4 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -206,7 +206,7 @@ o IO-372: FileUtils.moveDirectory can produce misleading error message on faili
o IO-362: IOUtils.contentEquals* methods returns false if input1 == input2, should return true. Thanks to mmadson, ggregory.
o IO-357: [Tailer] InterruptedException while the thread is sleeping is silently ignored Thanks to mortenh.
o IO-352: Spelling fixes. Thanks to scop.
-o IO-436: Improper JavaDoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneegans.
+o IO-436: Improper Javadoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneegans.
Changes:
o IO-433: Converted all testcases to JUnit 4
@@ -374,7 +374,7 @@ o Add new read method "toByteArray" to handle InputStream with known size. Issu
Fixed Bugs:
o Dubious use of mkdirs() return code Issue: IO-280. Thanks to sebb.
o ReaderInputStream enters infinite loop when it encounters an unmappable character Issue: IO-277.
-o FileUtils.moveFile() JavaDoc should specify FileExistsException thrown Issue: IO-264.
+o FileUtils.moveFile() Javadoc should specify FileExistsException thrown Issue: IO-264.
o ClassLoaderObjectInputStream does not handle Proxy classes Issue: IO-260.
o Tailer returning partial lines when reaching EOF before EOL Issue: IO-274. Thanks to Frank Grimes.
o FileUtils.copyFile() throws IOException when copying large files to a shared directory (on Windows) Issue: IO-266. Thanks to Igor Smereka.