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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 8584762e Javadoc: Use semantic tag <strong> instead of style tag <b>
8584762e is described below

commit 8584762e4ce01db06250c761a14f50243da654b4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 15 11:12:13 2024 -0500

    Javadoc: Use semantic tag <strong> instead of style tag <b>
---
 src/main/java/org/apache/commons/crypto/utils/IoUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/crypto/utils/IoUtils.java 
b/src/main/java/org/apache/commons/crypto/utils/IoUtils.java
index a7ef2be5..231b08ec 100644
--- a/src/main/java/org/apache/commons/crypto/utils/IoUtils.java
+++ b/src/main/java/org/apache/commons/crypto/utils/IoUtils.java
@@ -29,7 +29,7 @@ import org.apache.commons.crypto.stream.input.Input;
 public final class IoUtils {
 
     /**
-     * Closes the Closeable objects and <b>ignore</b> any {@link IOException} 
or
+     * Closes the Closeable objects and <strong>ignore</strong> any {@link 
IOException} or
      * null pointers. Must only be used for cleanup in exception handlers.
      *
      * @param closeables the objects to close.

Reply via email to