diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-04-03 00:53:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 00:53:05 +0300 |
| commit | c85cb85eeaff168d547ada0f4e066e0591c9a562 (patch) | |
| tree | a0909d0ed9ed9efc1a9c888fa515b85a2eba8af2 /MediaBrowser.Common/Net/HttpResponseInfo.cs | |
| parent | 65542c7c98eafdd39a38de10ab5d24952c79d699 (diff) | |
| parent | 2be394089ea5b90873931b6c8d95be69b1d9a543 (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.cs | 2 |
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() |
