Skip to content

Commit

Permalink
Javadoc: Use semantic tag <strong> instead of style tag <b>
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 15, 2024
1 parent d766774 commit 8584762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/crypto/utils/IoUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
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.
Expand Down

0 comments on commit 8584762

Please sign in to comment.