HTML lists must not have free-floating text between list items

This commit is contained in:
Ben Liblit 2017-12-19 14:27:29 -06:00
parent a7f00ffce8
commit 9072560a22
2 changed files with 2 additions and 3 deletions

View File

@ -36,8 +36,8 @@ import com.ibm.wala.util.strings.Atom;
* This context selector returns a context customized for the {@link InstanceKey} of the receiver if
* <ul>
* <li>receiver is a container, or</li>
* was allocated in a node whose context was a {@link ReceiverInstanceContext}, and the type is interesting according to a delegate
* {@link ZeroXInstanceKeys}
* <li>was allocated in a node whose context was a {@link ReceiverInstanceContext}, and the type is interesting according to a delegate
* {@link ZeroXInstanceKeys}</li>
* </ul>
*
* Additionally, we add one level of call string context to a few well-known static factory methods from the standard libraries.

View File

@ -53,7 +53,6 @@ public class DelegatingExplicitCallGraph extends ExplicitCallGraph {
* In this implementation, super.targets is a mapping from call site -&gt;
* Object, where Object is a
* <ul>
* A Mapping from call site -&gt; Object, where Object is a
* <li>CGNode if we've discovered exactly one target for the site
* <li> or an IntSet of node numbers if we've discovered more than one target
* for the site.