fix JavaDoc

This commit is contained in:
Volker Berlin 2020-02-27 11:25:41 +01:00
parent 6c820ba5e6
commit 8264897215
3 changed files with 4 additions and 4 deletions

View File

@ -49,8 +49,8 @@ public class ConstantInvokeDynamic {
} }
/** /**
* Get the signature of the factory method. For example "()Ljava.lang.Runnable;" for the lamba expression "Runnable * Get the signature of the factory method. For example "()Ljava.lang.Runnable;" for the lamba expression
* run = () -> foo();" * "<code>Runnable run = () -&gt; foo();</code>"
* *
* @return the type * @return the type
*/ */

View File

@ -34,7 +34,7 @@ public class JavaScriptNewMultiArrayFunctionName extends JavaScriptSyntheticFunc
* Create a new instance * Create a new instance
* *
* @param dim * @param dim
* the count of dimensions, should be >= 2 * the count of dimensions, should be &gt;= 2
* @param type * @param type
* the full type of the allocated array * the full type of the allocated array
*/ */

View File

@ -601,7 +601,7 @@ public abstract class WasmCodeBuilder {
* Add a new multi dimensional array instruction * Add a new multi dimensional array instruction
* *
* @param dim * @param dim
* the dimension of the array >= 2 * the dimension of the array &gt;= 2
* @param typeName * @param typeName
* the full type name * the full type name
* @param javaCodePos * @param javaCodePos