aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/HttpResponseInfo.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-04-02 17:00:28 +0200
committerBond_009 <bond.009@outlook.com>2020-04-02 20:12:18 +0200
commit2be394089ea5b90873931b6c8d95be69b1d9a543 (patch)
treed7448ffde8a82a87379be95a6a8d65001f6c013a /MediaBrowser.Common/Net/HttpResponseInfo.cs
parent5a816f0b22cec12d193b19fcb9f21c7d085a3fbf (diff)
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()