Skip to content

Commit

Permalink
Internalize Column ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeldMS committed Mar 19, 2019
1 parent cbc96e7 commit fb6481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Data/Data/SchemaDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public sealed class Column

internal Type ReturnType => Generator?.GetMethodInfo().GetParameters().LastOrDefault().ParameterType.GetElementType();

public Column(string memberName, DataViewType columnType,
internal Column(string memberName, DataViewType columnType,
string columnName = null)
{
Contracts.CheckNonEmpty(memberName, nameof(memberName));
Expand Down

0 comments on commit fb6481b

Please sign in to comment.