This commit is contained in:
parent
d9467314ef
commit
89b9e50984
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user