mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fixing JavaDoc
This commit is contained in:
parent
a3d001e0e8
commit
40f5e70cee
@ -118,7 +118,7 @@ public abstract class SecurityController {
|
||||
/**
|
||||
* @deprecated The application should not override this method and instead
|
||||
* override
|
||||
* {@link callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args)}.
|
||||
* {@link #callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args)}.
|
||||
*/
|
||||
public Object execWithDomain(Context cx, Scriptable scope,
|
||||
Script script, Object securityDomain)
|
||||
|
Loading…
Reference in New Issue
Block a user