fixed obsolete comment

This commit is contained in:
Chris Langsenkamp 2020-02-11 11:55:22 -05:00
parent 79708d94a2
commit e467921377

View File

@ -231,7 +231,7 @@ static void RemoveTransportHandlers()
/// <summary> /// <summary>
/// Obsolete: Use <see cref="Send{T}(T, int)"/> instead with no message id instead /// Obsolete: Use <see cref="Send{T}(T, int)"/> instead with no message id instead
/// </summary> /// </summary>
[EditorBrowsable(EditorBrowsableState.Never), Obsolete("Use SendMessage<T> instead with no message id instead")] [EditorBrowsable(EditorBrowsableState.Never), Obsolete("Use Send<T> instead with no message id instead")]
public static bool Send(short msgType, MessageBase msg) public static bool Send(short msgType, MessageBase msg)
{ {
if (connection != null) if (connection != null)