Skip to content

Commit

Permalink
fix javadoc missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
tarzanek committed Apr 3, 2017
1 parent fac379f commit 75c1c5a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -182,7 +182,7 @@ private void checkPackage(String name) throws SecurityException {
* <li>loading from .jar files</li>
* </ol>
*
* Package blacklist: {@link #PACKAGE_BLACKLIST}.<br />
* Package blacklist: {@link #PACKAGE_BLACKLIST}.<br>
* Classes whitelist: {@link #CLASS_WHITELIST}.
*
* @param name class name
Expand All @@ -206,7 +206,7 @@ public Class loadClass(String name) throws ClassNotFoundException, SecurityExcep
* <li>loading from .jar files</li>
* </ol>
*
* Package blacklist: {@link #PACKAGE_BLACKLIST}.<br />
* Package blacklist: {@link #PACKAGE_BLACKLIST}.<br>
* Classes whitelist: {@link #CLASS_WHITELIST}.
*
* @param name class name
Expand Down

0 comments on commit 75c1c5a

Please sign in to comment.