You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/15 18:36:17 UTC

commons-io git commit: Typo: 'JavaDoc' -> 'Javadoc'.

Repository: commons-io
Updated Branches:
  refs/heads/master 8bb1788ae -> 98f8e1a43


Typo: 'JavaDoc' -> 'Javadoc'.

Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/98f8e1a4
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/98f8e1a4
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/98f8e1a4

Branch: refs/heads/master
Commit: 98f8e1a4334084c900bec1f62bdfe190dce8d5df
Parents: 8bb1788
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 15 12:36:10 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 15 12:36:10 2018 -0600

----------------------------------------------------------------------
 README.md                      |  2 +-
 RELEASE-NOTES.txt              |  4 ++--
 src/changes/changes.xml        |  4 ++--
 src/changes/release-notes.vm   |  2 +-
 src/site/xdoc/index.xml        | 10 +++++-----
 src/site/xdoc/upgradeto2_1.xml |  2 +-
 src/site/xdoc/upgradeto2_5.xml |  2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/98f8e1a4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3417ae4..ef0dc96 100644
--- a/README.md
+++ b/README.md
@@ -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?

http://git-wip-us.apache.org/repos/asf/commons-io/blob/98f8e1a4/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index db0bffb..7d668da 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. 

http://git-wip-us.apache.org/repos/asf/commons-io/blob/98f8e1a4/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f05ea0..9f6fd85 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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.
@@ -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

http://git-wip-us.apache.org/repos/asf/commons-io/blob/98f8e1a4/src/changes/release-notes.vm
----------------------------------------------------------------------
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index b39b90a..65eab77 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -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. 

http://git-wip-us.apache.org/repos/asf/commons-io/blob/98f8e1a4/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e4dfc1a..9ca16c0 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -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>
 
@@ -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>
 
@@ -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>
 
@@ -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>
 
@@ -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>
 

http://git-wip-us.apache.org/repos/asf/commons-io/blob/98f8e1a4/src/site/xdoc/upgradeto2_1.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/upgradeto2_1.xml b/src/site/xdoc/upgradeto2_1.xml
index f1f75b5..cf80d55 100644
--- a/src/site/xdoc/upgradeto2_1.xml
+++ b/src/site/xdoc/upgradeto2_1.xml
@@ -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. 

http://git-wip-us.apache.org/repos/asf/commons-io/blob/98f8e1a4/src/site/xdoc/upgradeto2_5.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/upgradeto2_5.xml b/src/site/xdoc/upgradeto2_5.xml
index 84e2239..853ad18 100644
--- a/src/site/xdoc/upgradeto2_5.xml
+++ b/src/site/xdoc/upgradeto2_5.xml
@@ -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