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:
hannes%helma.at
2010-11-10 15:30:09 +00:00
parent 288347c8f2
commit 5ba725fe07

View File

@@ -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)