Fix example
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-01-24 14:10:42 +01:00
parent d9467314ef
commit 89b9e50984
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class Example {
));
boolean result;
try {
result = typed.get(parameter);
result = typed.get(scope);
} catch (LocationalException e) {
System.err.println(e.asPrintable(source));
return;