mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-19 11:45:09 +00:00
commit
da8f7910c0
@ -95,7 +95,7 @@ public class ReversePolishInterpretor {
|
||||
if (trace)
|
||||
System.err.println("function=" + function);
|
||||
if (function == null) {
|
||||
throw EaterException.unlocated("Unknow built-in function " + token2.getSurface());
|
||||
throw EaterException.unlocated("Unknown built-in function " + token2.getSurface());
|
||||
}
|
||||
if (function.canCover(nb, Collections.<String>emptySet()) == false) {
|
||||
throw EaterException
|
||||
|
Loading…
Reference in New Issue
Block a user