Javadoc
Use HTML 'em' tag instead of 'i' tag
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user