mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
More warnings (removed)
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
#pragma warning disable CS1591
|
||||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace MediaBrowser.Common.Events
|
||||
{
|
||||
// TODO: @bond Remove
|
||||
/// <summary>
|
||||
/// Class EventHelper
|
||||
/// Class EventHelper.
|
||||
/// </summary>
|
||||
// TODO: @bond Remove
|
||||
public static class EventHelper
|
||||
{
|
||||
/// <summary>
|
||||
@@ -40,7 +38,7 @@ namespace MediaBrowser.Common.Events
|
||||
/// <summary>
|
||||
/// Queues the event.
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
/// <typeparam name="T">Argument type for the <c>handler</c>.</typeparam>
|
||||
/// <param name="handler">The handler.</param>
|
||||
/// <param name="sender">The sender.</param>
|
||||
/// <param name="args">The args.</param>
|
||||
|
||||
Reference in New Issue
Block a user