Skip to content
Snippets Groups Projects
Commit 72290e47 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Adapted to changes in base language.

parent 3a4f1c95
No related branches found
No related tags found
No related merge requests found
Pipeline #305944 failed
......@@ -207,7 +207,7 @@ public class LanguageHelper {
final List<Object> array = (List<Object>)evaluator.evaluate(current);
return array.stream()
.map(current1 -> convertToJava(current1, ((ArrayType)type).getElements().get(0)))
.map(current1 -> convertToJava(current1, ((ArrayType)type).getElements()))
.toArray();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment