Skip to content

Commit abb0fc0

Browse files
committed
Fix some JavaDocs warnings. No functional change.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1714353 13f79535-47bb-0310-9956-ffa450edef68
1 parent 998708d commit abb0fc0

2 files changed

Lines changed: 126 additions & 126 deletions

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ public static void copyDirectory(final File srcDir, final File destDir,
12821282
* modified date/times using {@link File#setLastModified(long)}, however
12831283
* it is not guaranteed that those operations will succeed.
12841284
* If the modification operation fails, no indication is provided.
1285-
* <p>
1285+
* </p>
12861286
* <h3>Example: Copy directories only</h3>
12871287
* <pre>
12881288
* // only copy the directory structure
@@ -1332,7 +1332,7 @@ public static void copyDirectory(final File srcDir, final File destDir,
13321332
* date/times using {@link File#setLastModified(long)}, however it is
13331333
* not guaranteed that those operations will succeed.
13341334
* If the modification operation fails, no indication is provided.
1335-
* <p>
1335+
* </p>
13361336
* <h3>Example: Copy directories only</h3>
13371337
* <pre>
13381338
* // only copy the directory structure

0 commit comments

Comments
 (0)