This commit is contained in:
nboyd%atg.com 2002-06-10 14:09:26 +00:00
Родитель 86b523496b
Коммит cc0bee4d2f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1682,7 +1682,7 @@ public class Context {
/**
* @deprecated As of Rhino 1.5 Release 4, use
* {@link WrapFactory} and {@link #setWrapHandler(WrapFactory)}
* {@link WrapFactory} and {@link #setWrapFactory(WrapFactory)}
*/
public void setWrapHandler(WrapHandler wrapHandler) {
if (wrapHandler == null) {
@ -1694,7 +1694,7 @@ public class Context {
/**
* @deprecated As of Rhino 1.5 Release 4, use
* {@link WrapFactory} and {@link #getWrapHandler(WrapFactory)}
* {@link WrapFactory} and {@link #getWrapFactory()}
*/
public WrapHandler getWrapHandler() {
WrapFactory f = getWrapFactory();