aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/IHttpClient.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-01-11 02:02:48 +0300
committerGitHub <noreply@github.com>2020-01-11 02:02:48 +0300
commitaca4d678a2a6aa46b57837d3a6c1bc9d4c537d7b (patch)
tree88f29a76eca6f3f6cdd299ad32beab5c5d36b72a /MediaBrowser.Common/Net/IHttpClient.cs
parentfa1aeeb18a766fd7b2265dc0352ee100d8377163 (diff)
parentbb236b95916c7fe0fc04fefbb409686ab289a758 (diff)
Merge pull request #2136 from Bond-009/warn12
More warnings (removed)
Diffstat (limited to 'MediaBrowser.Common/Net/IHttpClient.cs')
-rw-r--r--MediaBrowser.Common/Net/IHttpClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs
index 23ba34173..534e22edd 100644
--- a/MediaBrowser.Common/Net/IHttpClient.cs
+++ b/MediaBrowser.Common/Net/IHttpClient.cs
@@ -1,12 +1,12 @@
using System;
using System.IO;
-using System.Threading.Tasks;
using System.Net.Http;
+using System.Threading.Tasks;
namespace MediaBrowser.Common.Net
{
/// <summary>
- /// Interface IHttpClient
+ /// Interface IHttpClient.
/// </summary>
public interface IHttpClient
{