From 17211169085ed0b195017e07ef52be9f768564bc Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Tue, 27 Nov 2018 12:17:29 -0500 Subject: [PATCH] chore: Removing bad null reference warning --- ICD.Common.Utils/Extensions/DictionaryExtensions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ICD.Common.Utils/Extensions/DictionaryExtensions.cs b/ICD.Common.Utils/Extensions/DictionaryExtensions.cs index 5f29f97..cc3f582 100644 --- a/ICD.Common.Utils/Extensions/DictionaryExtensions.cs +++ b/ICD.Common.Utils/Extensions/DictionaryExtensions.cs @@ -89,7 +89,6 @@ namespace ICD.Common.Utils.Extensions /// /// /// - [CanBeNull] [PublicAPI] public static TValue GetDefault(this IDictionary extends, TKey key, TValue defaultValue) {