Fix javadoc warning.
git-svn-id: svn://10.0.0.236/trunk@235491 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d840417167
commit
7c75b79d9f
@ -489,8 +489,8 @@ WrapFactory#wrap(Context, Scriptable, Object, Class)}
|
||||
/**
|
||||
* Not intended for public use. Callers should use the
|
||||
* public API Context.toType.
|
||||
* @see org.mozilla.javascript.Context#jsToJava(Object, Class).
|
||||
* @deprecated as of 1.5 Release 4
|
||||
* @see org.mozilla.javascript.Context#jsToJava(Object, Class)
|
||||
*/
|
||||
public static Object coerceType(Class type, Object value)
|
||||
{
|
||||
|
||||
@ -1191,7 +1191,7 @@ class EvalTextArea
|
||||
}
|
||||
|
||||
/**
|
||||
* Attempts to clean up the damange done by {@link #updateComponentTreeUI}.
|
||||
* Attempts to clean up the damage done by {@link #updateUI()}.
|
||||
*/
|
||||
public synchronized void postUpdateUI() {
|
||||
//requestFocus();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user