aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/IHttpClient.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-12-11 00:13:57 +0100
committerBond_009 <bond.009@outlook.com>2019-12-11 00:13:57 +0100
commit2ef4ffd698fb4ae95754f76238e52cfb6162db24 (patch)
tree0145395cb02847d0da4f6100ca7dc03f5751d0e1 /MediaBrowser.Common/Net/IHttpClient.cs
parent67922dff50967c02e8c0c10f43884fd4e788b012 (diff)
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
{