Skip to content

Commit

Permalink
Removed public modifier for interface
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRitchie committed Nov 2, 2023
1 parent 5266009 commit 2fc9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MTConnect.NET-Common/Observations/ITableCell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface ITableCell
/// </summary>
string Key { get; }

public string KeyDescription { get; set; }
string KeyDescription { get; set; }

/// <summary>
/// The Value for each key-value pair.
Expand Down

0 comments on commit 2fc9420

Please sign in to comment.