mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 00:20:37 +00:00
Fixing JavaDoc formating
This commit is contained in:
parent
177bd1be41
commit
176ab5ae57
@ -151,7 +151,8 @@ public class ClassCache
|
||||
}
|
||||
|
||||
/**
|
||||
* @deperecated The method always returns false.
|
||||
* @deprecated
|
||||
* The method always returns false.
|
||||
* @see #setInvokerOptimizationEnabled(boolean enabled)
|
||||
*/
|
||||
public boolean isInvokerOptimizationEnabled()
|
||||
@ -160,7 +161,8 @@ public class ClassCache
|
||||
}
|
||||
|
||||
/**
|
||||
* @deperecated The method does nothing.
|
||||
* @deprecated
|
||||
* The method does nothing.
|
||||
* Invoker optimization is no longer used by Rhino.
|
||||
* On modern JDK like 1.4 or 1.5 the disadvatages of the optimization
|
||||
* like incresed memory usage or longer initialization time overweight
|
||||
|
Loading…
x
Reference in New Issue
Block a user