jso: fix mistake in javadoc

Fix #973
This commit is contained in:
Alexey Andreev 2024-12-07 16:35:17 +01:00
parent 447a16d4ee
commit cc218fcd50

View File

@ -24,7 +24,7 @@ import java.lang.annotation.Target;
* <p>Marks abstract member method as a JavaScript method. This is equivalent to the following:</p>
*
* <pre>
* {@literal @}JSBody(params = ..., script = "return new this.methodName(...);")
* {@literal @}JSBody(params = ..., script = "return this.methodName(...);")
* </pre>
*
* <p>where <code>methodName</code> is method's name by default or a name, directly specified by