Fix minor Javadoc issue Intellij complains about
git-svn-id: svn://10.0.0.236/trunk@261544 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -527,7 +527,7 @@ public class Context
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see ContextFactory#addListener(ContextFactory.Listener)
|
||||
* @see ContextFactory#addListener(org.mozilla.javascript.ContextFactory.Listener)
|
||||
* @see ContextFactory#getGlobal()
|
||||
*/
|
||||
public static void addContextListener(ContextListener listener)
|
||||
@@ -556,7 +556,7 @@ public class Context
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see ContextFactory#removeListener(ContextFactory.Listener)
|
||||
* @see ContextFactory#removeListener(org.mozilla.javascript.ContextFactory.Listener)
|
||||
* @see ContextFactory#getGlobal()
|
||||
*/
|
||||
public static void removeContextListener(ContextListener listener)
|
||||
|
||||
Reference in New Issue
Block a user