Skip to content

Commit

Permalink
Typo: 'JavaDoc' -> 'Javadoc'.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 15, 2018
1 parent 8bb1788 commit 98f8e1a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Documentation
-------------

More information can be found on the [Apache Commons IO homepage](https://commons.apache.org/proper/commons-io).
The [JavaDoc](https://commons.apache.org/proper/commons-io/javadocs/api-release) can be browsed.
The [Javadoc](https://commons.apache.org/proper/commons-io/javadocs/api-release) can be browsed.
Questions related to the usage of Apache Commons IO should be posted to the [user mailing list][ml].

Where can I get the latest release?
Expand Down
4 changes: 2 additions & 2 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ The <action> type attribute can be add,update,fix,remove.
Supply a hook method allowing Tailer actively determining stop condition.
</action>
<action issue="IO-436" dev="ggregory" type="fix" due-to="christoph.schneegans">
Improper JavaDoc comment for FilenameUtils.indexOfExtension.
Improper Javadoc comment for FilenameUtils.indexOfExtension.
</action>
<action issue="IO-437" dev="ggregory" type="add">
Make IOUtils.EOF public and reuse it in various classes.
Expand Down Expand Up @@ -533,7 +533,7 @@ The <action> type attribute can be add,update,fix,remove.
ReaderInputStream enters infinite loop when it encounters an unmappable character
</action>
<action type="fix" issue="IO-264">
FileUtils.moveFile() JavaDoc should specify FileExistsException thrown
FileUtils.moveFile() Javadoc should specify FileExistsException thrown
</action>
<action type="add" issue="IO-262">
FileAlterationObserver has no getter for FileFilter
Expand Down
2 changes: 1 addition & 1 deletion src/changes/release-notes.vm
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,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.
Expand Down
10 changes: 5 additions & 5 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ There are six main areas included:
View the
<a href="upgradeto2_6.html">Release Notes</a>
and
<a href="javadocs/api-release/index.html">JavaDoc API documents</a>
<a href="javadocs/api-release/index.html">Javadoc API documents</a>
</p>
</subsection>

Expand All @@ -69,7 +69,7 @@ There are six main areas included:
View the
<a href="upgradeto2_5.html">Release Notes</a>
and
<a href="javadocs/api-2.5/index.html">JavaDoc API documents</a>
<a href="javadocs/api-2.5/index.html">Javadoc API documents</a>
</p>
</subsection>

Expand All @@ -80,7 +80,7 @@ There are six main areas included:
</p>
<p>
View the <a href="upgradeto2_4.html">Release Notes</a> and
<a href="javadocs/api-2.4/index.html">JavaDoc API documents</a>
<a href="javadocs/api-2.4/index.html">Javadoc API documents</a>
</p>
</subsection>

Expand All @@ -91,7 +91,7 @@ View the <a href="upgradeto2_4.html">Release Notes</a> and
</p>
<p>
View the <a href="upgradeto2_3.html">Release Notes</a> and
<a href="javadocs/api-2.3/index.html">JavaDoc API documents</a>
<a href="javadocs/api-2.3/index.html">Javadoc API documents</a>
</p>
</subsection>

Expand All @@ -102,7 +102,7 @@ Commons IO 2.2 requires a minimum of JDK 1.5 -
</p>
<p>
View the <a href="upgradeto2_2.html">Release Notes</a> and
<a href="javadocs/api-2.2/index.html">JavaDoc API documents</a>
<a href="javadocs/api-2.2/index.html">Javadoc API documents</a>
</p>
</subsection>

Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/upgradeto2_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Fixed Bugs since 2.0.1

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.
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/upgradeto2_5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ limitations under the License.
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
Expand Down

0 comments on commit 98f8e1a

Please sign in to comment.