diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-04-15 15:00:45 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-04-15 15:00:45 -0400 |
| commit | c4e6329e58f36c340a65fa216a058ce1fee5507f (patch) | |
| tree | ba30715874a2d73e2864e5ba9006d632ac8fa0d7 /Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs | |
| parent | a54dca09d8c581bc2f64235d2d9a07278f5c02c4 (diff) | |
Clean up and document ChannelManager.cs and implement suggestions
Diffstat (limited to 'Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs')
| -rw-r--r-- | Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs index e025417d1..2ea678976 100644 --- a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs +++ b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs @@ -27,7 +27,6 @@ namespace Emby.Server.Implementations.Activity { /// <summary> /// The activity log entry point. - /// <see cref="IServerEntryPoint"/>. /// </summary> public sealed class ActivityLogEntryPoint : IServerEntryPoint { |
