From 8263463be916b6e3e3956fafc8de242d2101c4fb Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sun, 3 Jan 2021 19:20:44 +0100 Subject: [PATCH] annotation --- src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java b/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java index fe1bd6b..6dd1a87 100644 --- a/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java +++ b/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java @@ -734,7 +734,7 @@ public abstract class WasmCodeBuilder { * @param lineNumber * the line number in the Java source code */ - protected void addArrayInstruction( ArrayOperator op, AnyType type, int javaCodePos, int lineNumber ) { + protected void addArrayInstruction( @Nonnull ArrayOperator op, @Nonnull AnyType type, int javaCodePos, int lineNumber ) { boolean useGC = options.useGC(); if( useGC ) { // replace the the array wrapper on the stack with the native array