Partially merging a91df5f52e from GreenRover
This commit is contained in:
@@ -1079,6 +1079,7 @@ public class SimpleFunctionRegistry implements FunctionRegistry, FunctionInspect
|
|||||||
|
|
||||||
Object finalInput = input;
|
Object finalInput = input;
|
||||||
Assert.notNull(convertedInput, () -> "Failed to convert input: " + finalInput + " to " + type);
|
Assert.notNull(convertedInput, () -> "Failed to convert input: " + finalInput + " to " + type);
|
||||||
|
|
||||||
return convertedInput;
|
return convertedInput;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user