This commit is contained in:
Volker Berlin 2019-05-20 22:23:40 +02:00
parent 625e5fbef7
commit 748b7e5b89

View File

@ -232,7 +232,7 @@ public abstract class ModuleWriter implements Closeable {
* @param type * @param type
* the base type that should be called * the base type that should be called
* @param virtualFunctionIdx * @param virtualFunctionIdx
* the index of the virtual method in the object. If the value < 0 a direct call should be used. * the index of the virtual method in the object. If the value &lt; 0 a direct call should be used.
* @throws IOException * @throws IOException
* if any I/O error occur * if any I/O error occur
*/ */