Fallback to Object.class not the function type
See gh-118 (partial fix)
This commit is contained in:
@@ -633,7 +633,7 @@ public class ContextFunctionCatalogAutoConfiguration {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
param = type;
|
param = Object.class;
|
||||||
}
|
}
|
||||||
return param;
|
return param;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user