Skip to content

Commit 98f8e1a

Browse files
committed
Typo: 'JavaDoc' -> 'Javadoc'.
1 parent 8bb1788 commit 98f8e1a

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Documentation
5555
-------------
5656

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

6161
Where can I get the latest release?

RELEASE-NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ o IO-372: FileUtils.moveDirectory can produce misleading error message on faili
206206
o IO-362: IOUtils.contentEquals* methods returns false if input1 == input2, should return true. Thanks to mmadson, ggregory.
207207
o IO-357: [Tailer] InterruptedException while the thread is sleeping is silently ignored Thanks to mortenh.
208208
o IO-352: Spelling fixes. Thanks to scop.
209-
o IO-436: Improper JavaDoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneegans.
209+
o IO-436: Improper Javadoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneegans.
210210

211211
Changes:
212212
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
374374
Fixed Bugs:
375375
o Dubious use of mkdirs() return code Issue: IO-280. Thanks to sebb.
376376
o ReaderInputStream enters infinite loop when it encounters an unmappable character Issue: IO-277.
377-
o FileUtils.moveFile() JavaDoc should specify FileExistsException thrown Issue: IO-264.
377+
o FileUtils.moveFile() Javadoc should specify FileExistsException thrown Issue: IO-264.
378378
o ClassLoaderObjectInputStream does not handle Proxy classes Issue: IO-260.
379379
o Tailer returning partial lines when reaching EOF before EOL Issue: IO-274. Thanks to Frank Grimes.
380380
o FileUtils.copyFile() throws IOException when copying large files to a shared directory (on Windows) Issue: IO-266. Thanks to Igor Smereka.

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ The <action> type attribute can be add,update,fix,remove.
366366
Supply a hook method allowing Tailer actively determining stop condition.
367367
</action>
368368
<action issue="IO-436" dev="ggregory" type="fix" due-to="christoph.schneegans">
369-
Improper JavaDoc comment for FilenameUtils.indexOfExtension.
369+
Improper Javadoc comment for FilenameUtils.indexOfExtension.
370370
</action>
371371
<action issue="IO-437" dev="ggregory" type="add">
372372
Make IOUtils.EOF public and reuse it in various classes.
@@ -533,7 +533,7 @@ The <action> type attribute can be add,update,fix,remove.
533533
ReaderInputStream enters infinite loop when it encounters an unmappable character
534534
</action>
535535
<action type="fix" issue="IO-264">
536-
FileUtils.moveFile() JavaDoc should specify FileExistsException thrown
536+
FileUtils.moveFile() Javadoc should specify FileExistsException thrown
537537
</action>
538538
<action type="add" issue="IO-262">
539539
FileAlterationObserver has no getter for FileFilter

src/changes/release-notes.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ o Add new read method "toByteArray" to handle InputStream with known size. Issu
293293
Fixed Bugs:
294294
o Dubious use of mkdirs() return code Issue: IO-280. Thanks to sebb.
295295
o ReaderInputStream enters infinite loop when it encounters an unmappable character Issue: IO-277.
296-
o FileUtils.moveFile() JavaDoc should specify FileExistsException thrown Issue: IO-264.
296+
o FileUtils.moveFile() Javadoc should specify FileExistsException thrown Issue: IO-264.
297297
o ClassLoaderObjectInputStream does not handle Proxy classes Issue: IO-260.
298298
o Tailer returning partial lines when reaching EOF before EOL Issue: IO-274. Thanks to Frank Grimes.
299299
o FileUtils.copyFile() throws IOException when copying large files to a shared directory (on Windows) Issue: IO-266. Thanks to Igor Smereka.

src/site/xdoc/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There are six main areas included:
5656
View the
5757
<a href="upgradeto2_6.html">Release Notes</a>
5858
and
59-
<a href="javadocs/api-release/index.html">JavaDoc API documents</a>
59+
<a href="javadocs/api-release/index.html">Javadoc API documents</a>
6060
</p>
6161
</subsection>
6262

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

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

@@ -91,7 +91,7 @@ View the <a href="upgradeto2_4.html">Release Notes</a> and
9191
</p>
9292
<p>
9393
View the <a href="upgradeto2_3.html">Release Notes</a> and
94-
<a href="javadocs/api-2.3/index.html">JavaDoc API documents</a>
94+
<a href="javadocs/api-2.3/index.html">Javadoc API documents</a>
9595
</p>
9696
</subsection>
9797

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

src/site/xdoc/upgradeto2_1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Fixed Bugs since 2.0.1
6464

6565
o Dubious use of mkdirs() return code Issue: IO-280. Thanks to sebb.
6666
o ReaderInputStream enters infinite loop when it encounters an unmappable character Issue: IO-277.
67-
o FileUtils.moveFile() JavaDoc should specify FileExistsException thrown Issue: IO-264.
67+
o FileUtils.moveFile() Javadoc should specify FileExistsException thrown Issue: IO-264.
6868
o ClassLoaderObjectInputStream does not handle Proxy classes Issue: IO-260.
6969
o Tailer returning partial lines when reaching EOF before EOL Issue: IO-274. Thanks to Frank Grimes.
7070
o FileUtils.copyFile() throws IOException when copying large files to a shared directory (on Windows) Issue: IO-266. Thanks to Igor Smereka.

src/site/xdoc/upgradeto2_5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ limitations under the License.
111111
o IO-362: IOUtils.contentEquals* methods returns false if input1 == input2, should return true. Thanks to mmadson, ggregory.
112112
o IO-357: [Tailer] InterruptedException while the thread is sleeping is silently ignored Thanks to mortenh.
113113
o IO-352: Spelling fixes. Thanks to scop.
114-
o IO-436: Improper JavaDoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneegans.
114+
o IO-436: Improper Javadoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneegans.
115115

116116
Changes:
117117
o IO-433: Converted all testcases to JUnit 4

0 commit comments

Comments
 (0)