You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/03 08:47:54 UTC

[maven-shared-utils] branch master updated: (doc) Fix javadoc

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 89b81b6  (doc) Fix javadoc
89b81b6 is described below

commit 89b81b6e49505352fe89599354156730a524ee55
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Jan 3 09:33:52 2022 +0100

    (doc) Fix javadoc
---
 src/main/java/org/apache/maven/shared/utils/io/FileUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java b/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java
index 4d80e18..79c96b3 100644
--- a/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java
+++ b/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java
@@ -59,7 +59,7 @@ import java.util.Random;
 /**
  * This class provides basic facilities for manipulating files and file paths.
  *
- * <h3>Path-related methods</h3>
+ * <p><strong>Path-related methods</strong></p>
  * 
  * Methods exist to retrieve the components of a typical file path. For example
  * <code>/www/hosted/mysite/index.html</code>, can be broken into:
@@ -68,7 +68,7 @@ import java.util.Random;
  * <li><code>html</code> -- retrievable through {@link #getExtension}</li>
  * </ul>
  *
- * <h3>File-related methods</h3>
+ * <p><strong>File-related methods</strong></p>
  * 
  * <p>There are methods to create a {@link #toFile File from a URL}, copy a
  * {@link #copyFile File to another File},