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-logging.git


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

commit fa78e440eb59cfa43ab9528f9e0270f0a1db6a2b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 15 11:32:47 2024 -0500

    Javadoc: Use semantic tag <strong> instead of style tag <b>
---
 src/main/java/org/apache/commons/logging/LogFactory.java        | 2 +-
 src/test/java/org/apache/commons/logging/PathableTestSuite.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java 
b/src/main/java/org/apache/commons/logging/LogFactory.java
index 0f29e1a..bfec5d9 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -1354,7 +1354,7 @@ public abstract class LogFactory {
      * Gets a new instance of the specified {@code LogFactory} implementation 
class, loaded by the specified class loader. If that fails, try the class loader
      * used to load this (abstract) LogFactory.
      * <p>
-     * <b>ClassLoader conflicts</b>
+     * <strong>ClassLoader conflicts</strong>
      * </p>
      * <p>
      * Note that there can be problems if the specified ClassLoader is not the 
same as the class loader that loaded this class, that is, when loading a 
concrete
diff --git a/src/test/java/org/apache/commons/logging/PathableTestSuite.java 
b/src/test/java/org/apache/commons/logging/PathableTestSuite.java
index 9c681dd..c8e9d7e 100644
--- a/src/test/java/org/apache/commons/logging/PathableTestSuite.java
+++ b/src/test/java/org/apache/commons/logging/PathableTestSuite.java
@@ -76,7 +76,7 @@ import junit.framework.TestSuite;
  * tests that need specific system properties can simply set them in the
  * fixture or at the start of a test method.
  * <p>
- * <b>Important!</b> When the test case is run, "this.getClass()" refers of
+ * <strong>Important!</strong> When the test case is run, "this.getClass()" 
refers of
  * course to the Class object passed to the constructor of this class - which
  * is different from the class whose suite() method was executed to determine
  * the classpath. This means that the suite method cannot communicate with

Reply via email to