Skip to content

Commit c0a7f8e

Browse files
committed
fixed FileUtils name in the javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140568 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8a8df67 commit c0a7f8e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/java/org/apache/commons/io/package.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<br>
1111
<a name="doc.Description"></a>
1212
<div align="center"> <a href="#doc.Intro">[Introduction]</a>
13-
<a href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtil">[File
13+
<a href="#doc.IOUtils">[IO Utilities]</a> <a href="#doc.FileUtils">[File
1414
Utilities]</a> <a href="#doc.Endian">[Endian Utilities]</a> </div>
1515
<a name="doc.Intro"></a>
1616
<h2>Introduction</h2>
@@ -77,14 +77,14 @@ <h2>The <a href="IOUtils.html">org.apache.commons.io.IOUtils</a> class</h2>
7777
In IOUtils, each kind of copy method has a variant which allows the buffer
7878
size to be set. For methods that convert bytes to chars, the encoding
7979
method may also be set.</p>
80-
<a name="doc.FileUtil"></a>
81-
<h2>The <a href="FileUtil.html">org.apache.commons.io.FileUtil</a> class</h2>
80+
<a name="doc.FileUtils"></a>
81+
<h2>The <a href="FileUtils.html">org.apache.commons.io.FileUtils</a> class</h2>
8282

83-
<p>The <a href="FileUtil.html">FileUtil</a> class contains methods for
83+
<p>The <a href="FileUtils.html">FileUtils</a> class contains methods for
8484
retrieving different components of a file path (directory name, file base
8585
name, file extension), methods for copying Files to other files and directories,
8686
and methods for deleting and cleaning directories. For more information,
87-
see the <a href="FileUtil.html">class description</a> </p>
87+
see the <a href="FileUtils.html">class description</a> </p>
8888
<a name="doc.Endian"></a>
8989
<h2>The Endian classes</h2>
9090

0 commit comments

Comments
 (0)