mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
fix JavaDoc
This commit is contained in:
parent
6c820ba5e6
commit
8264897215
@ -49,8 +49,8 @@ public class ConstantInvokeDynamic {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the signature of the factory method. For example "()Ljava.lang.Runnable;" for the lamba expression "Runnable
|
||||
* run = () -> foo();"
|
||||
* Get the signature of the factory method. For example "()Ljava.lang.Runnable;" for the lamba expression
|
||||
* "<code>Runnable run = () -> foo();</code>"
|
||||
*
|
||||
* @return the type
|
||||
*/
|
||||
|
@ -34,7 +34,7 @@ public class JavaScriptNewMultiArrayFunctionName extends JavaScriptSyntheticFunc
|
||||
* Create a new instance
|
||||
*
|
||||
* @param dim
|
||||
* the count of dimensions, should be >= 2
|
||||
* the count of dimensions, should be >= 2
|
||||
* @param type
|
||||
* the full type of the allocated array
|
||||
*/
|
||||
|
@ -601,7 +601,7 @@ public abstract class WasmCodeBuilder {
|
||||
* Add a new multi dimensional array instruction
|
||||
*
|
||||
* @param dim
|
||||
* the dimension of the array >= 2
|
||||
* the dimension of the array >= 2
|
||||
* @param typeName
|
||||
* the full type name
|
||||
* @param javaCodePos
|
||||
|
Loading…
x
Reference in New Issue
Block a user