Fallback to Object.class not the function type

See gh-118 (partial fix)
This commit is contained in:
Dave Syer
2017-11-10 17:38:42 +00:00
parent d4b87c1fe7
commit 85ba0b480e

View File

@@ -633,7 +633,7 @@ public class ContextFunctionCatalogAutoConfiguration {
}
}
else {
param = type;
param = Object.class;
}
return param;
}