aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/HttpResponseInfo.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-04-03 00:53:05 +0300
committerGitHub <noreply@github.com>2020-04-03 00:53:05 +0300
commitc85cb85eeaff168d547ada0f4e066e0591c9a562 (patch)
treea0909d0ed9ed9efc1a9c888fa515b85a2eba8af2 /MediaBrowser.Common/Net/HttpResponseInfo.cs
parent65542c7c98eafdd39a38de10ab5d24952c79d699 (diff)
parent2be394089ea5b90873931b6c8d95be69b1d9a543 (diff)
Merge pull request #2742 from Bond-009/warn18
Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.Common
Diffstat (limited to 'MediaBrowser.Common/Net/HttpResponseInfo.cs')
-rw-r--r--MediaBrowser.Common/Net/HttpResponseInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/HttpResponseInfo.cs b/MediaBrowser.Common/Net/HttpResponseInfo.cs
index 56a951ebf..d4fee6c78 100644
--- a/MediaBrowser.Common/Net/HttpResponseInfo.cs
+++ b/MediaBrowser.Common/Net/HttpResponseInfo.cs
@@ -8,7 +8,7 @@ namespace MediaBrowser.Common.Net
/// <summary>
/// Class HttpResponseInfo.
/// </summary>
- public class HttpResponseInfo : IDisposable
+ public sealed class HttpResponseInfo : IDisposable
{
#pragma warning disable CS1591
public HttpResponseInfo()