Fix bad split of "<a>" across multiple comment lines

This commit is contained in:
Ben Liblit 2017-12-19 16:16:25 -06:00
parent 4cf2dac911
commit 73e6291a8a
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ import com.ibm.wala.types.TypeName;
/**
* TODO cache generated IRs
*
* @see <a
* href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/Apply">MDN
* Function.apply() docs</a> *
* @see <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/Apply">MDN Function.apply() docs</a>
*/
public class JavaScriptFunctionApplyContextInterpreter extends AstContextInsensitiveSSAContextInterpreter {