@@ -278,7 +278,7 @@ public class SimpleFunctionRegistry implements FunctionRegistry, FunctionInspect
|
||||
/*
|
||||
*
|
||||
*/
|
||||
private FunctionInvocationWrapper compose(Class<?> type, String functionDefinition) {
|
||||
private synchronized FunctionInvocationWrapper compose(Class<?> type, String functionDefinition) {
|
||||
String[] functionNames = StringUtils.delimitedListToStringArray(functionDefinition.replaceAll(",", "|").trim(), "|");
|
||||
FunctionInvocationWrapper composedFunction = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user