remove annotation

This commit is contained in:
Volker Berlin 2020-08-18 08:27:19 +02:00
parent be56c02b15
commit 1fc21e4033

View File

@ -421,7 +421,6 @@ public abstract class WasmCodeBuilder {
* @param lineNumber
* the line number in the Java source code
*/
@Nonnull
protected void addTableInstruction( boolean load, @Nonnegative int idx, int javaCodePos, int lineNumber ) {
instructions.add( new WasmTableInstruction( load, idx, javaCodePos, lineNumber ) );
}