1
0
Use HTML 'em' tag instead of 'i' tag
This commit is contained in:
Gary Gregory
2024-07-21 11:41:31 -04:00
parent 585dc262c0
commit 11a243711f
7 changed files with 12 additions and 12 deletions

View File

@@ -412,7 +412,7 @@ public class PathableClassLoader extends URLClassLoader {
/**
* For classes with the specified prefix, get them from the system
* classpath <i>which is active at the point this method is called</i>.
* classpath <em>which is active at the point this method is called</em>.
* <p>
* This method is just a shortcut for
* <pre>

View File

@@ -25,7 +25,7 @@ public class UserClass {
* associated with this class' class loader.
* <p>
* Don't forget to set the context class loader to whatever it will be
* when an instance of this class is actually created <i>before</i> calling
* when an instance of this class is actually created <em>before</em> calling
* this method!
*/
public static void setAllowFlawedContext(final String state) {