1
0

Javadoc: Use semantic tag <strong> instead of style tag <b>

This commit is contained in:
Gary Gregory
2024-11-15 11:32:47 -05:00
parent dc9c718295
commit fa78e440eb
2 changed files with 2 additions and 2 deletions

View File

@@ -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 * 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. * used to load this (abstract) LogFactory.
* <p> * <p>
* <b>ClassLoader conflicts</b> * <strong>ClassLoader conflicts</strong>
* </p> * </p>
* <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 * 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

View File

@@ -76,7 +76,7 @@ import junit.framework.TestSuite;
* tests that need specific system properties can simply set them in the * tests that need specific system properties can simply set them in the
* fixture or at the start of a test method. * fixture or at the start of a test method.
* <p> * <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 * 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 * is different from the class whose suite() method was executed to determine
* the classpath. This means that the suite method cannot communicate with * the classpath. This means that the suite method cannot communicate with