From 4b24c0e4723a40ce865d9fad7e5c4bc4cf8be2cf Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 13 Apr 2020 13:31:05 +0200 Subject: [PATCH] Update CatAPI.cs --- ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs b/ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs index 3bd87fd4c..cba76a3f6 100644 --- a/ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs +++ b/ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs @@ -33,7 +33,7 @@ namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin { private const string URL = "https://aws.random.cat"; [ItemCanBeNull] - internal static async Task GetRandomCatURL([NotNull] WebBrowser webBrowser) { + internal static async Task GetRandomCatURL([JetBrains.Annotations.NotNull] WebBrowser webBrowser) { if (webBrowser == null) { throw new ArgumentNullException(nameof(webBrowser)); }