mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
cosmetics
This commit is contained in:
@@ -22,7 +22,7 @@ namespace OSHttpServer
|
||||
public RequestCookie(string id, string content)
|
||||
{
|
||||
if (string.IsNullOrEmpty(id)) throw new ArgumentNullException("id");
|
||||
if (content == null) throw new ArgumentNullException("content");
|
||||
ArgumentNullException.ThrowIfNull(content);
|
||||
|
||||
_name = id;
|
||||
_value = content;
|
||||
|
||||
Reference in New Issue
Block a user