fixed javadoc warning

This commit is contained in:
clay_shooter
2006-02-20 14:17:22 +00:00
parent ed200c459d
commit 288b2da21a

View File

@@ -651,7 +651,7 @@ public class Variant extends JacobObject {
/** /**
* I don't know what this is. Is it some legacy (pre 1.8) thing? * I don't know what this is. Is it some legacy (pre 1.8) thing?
* @deprecated * @deprecated
* @return * @return this object as a dispatch object by calling toDispatch()
*/ */
public Object toScriptObject() { public Object toScriptObject() {
return toDispatch(); return toDispatch();