[Modify] Polish it

This commit is contained in:
sta 2017-04-25 17:19:01 +09:00
parent f8826ee59b
commit c4e1609da3

View File

@ -94,7 +94,8 @@ namespace WebSocketSharp.Net
/// <paramref name="username"/> is empty.
/// </exception>
public NetworkCredential (
string username, string password, string domain, params string[] roles)
string username, string password, string domain, params string[] roles
)
{
if (username == null)
throw new ArgumentNullException ("username");