From 2fc94209454857117826c1f5ffb0dd72c7cab1c6 Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Thu, 2 Nov 2023 11:38:26 -0400 Subject: [PATCH] Removed public modifier for interface --- src/MTConnect.NET-Common/Observations/ITableCell.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MTConnect.NET-Common/Observations/ITableCell.cs b/src/MTConnect.NET-Common/Observations/ITableCell.cs index 3ca60dcc..e9c74528 100644 --- a/src/MTConnect.NET-Common/Observations/ITableCell.cs +++ b/src/MTConnect.NET-Common/Observations/ITableCell.cs @@ -13,7 +13,7 @@ public interface ITableCell /// string Key { get; } - public string KeyDescription { get; set; } + string KeyDescription { get; set; } /// /// The Value for each key-value pair.