Fix signature error

This commit is contained in:
dotasek 2023-12-13 18:06:12 -05:00
parent 89de2b1068
commit 192609eca3
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ public final class HapiWorkerContext extends I18nBase implements IWorkerContext
@Override
public boolean isPrimitiveType(String theType) {
return List.of(
return Arrays.asList(
"boolean",
"integer",
"integer64",