Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
yihango committed Jun 24, 2021
1 parent dbef432 commit 2e6fd60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/LiteIM.Core/NullImClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

namespace LiteIM
{
/// <summary>
/// 空实现
/// </summary>
public class NullImClient : IImClient
{
/// <summary>
/// 实例
/// </summary>
public static NullImClient Instance { get; private set; } = new NullImClient();

public void ClearChanClient(string chan)
Expand Down

0 comments on commit 2e6fd60

Please sign in to comment.