Make SonarCloud happy

This commit is contained in:
Bond_009
2020-05-02 01:30:04 +02:00
parent 04f826e50c
commit 3623aafcb6
5 changed files with 5 additions and 40 deletions

View File

@@ -2,15 +2,14 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using MediaBrowser.Model.Events;
using MediaBrowser.Model.Services;
using Microsoft.AspNetCore.Http;
namespace MediaBrowser.Controller.Net
{
/// <summary>
/// Interface IHttpServer
/// Interface IHttpServer.
/// </summary>
public interface IHttpServer : IDisposable
public interface IHttpServer
{
/// <summary>
/// Gets the URL prefix.