We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b477c commit 73db52bCopy full SHA for 73db52b
.ionide/symbolCache.db
28 KB
src/csharp/Microsoft.Spark/ML/Feature/FeatureBase.cs
@@ -105,7 +105,7 @@ private static T WrapAsType(JvmObjectReference reference)
105
.Single(c =>
106
{
107
ParameterInfo[] parameters = c.GetParameters();
108
- return (parameters.Length == 1) &&
+ return (parameters.Length == 1) &&
109
(parameters[0].ParameterType == typeof(JvmObjectReference));
110
});
111
0 commit comments