made invokeDirectFunction public for benchmarking purposes.
This commit is contained in:
parent
aa4c0389d4
commit
e5dcf80f84
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ public final class RequestEvaluator implements Runnable {
|
|||
return result;
|
||||
}
|
||||
|
||||
protected Object invokeDirectFunction (Object obj, String functionName, Object[] args) throws Exception {
|
||||
public Object invokeDirectFunction (Object obj, String functionName, Object[] args) throws Exception {
|
||||
return scriptingEngine.invoke (obj, functionName, args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue