Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Nov 26, 2020
1 parent 39da8a1 commit 298f2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Http/Http/src/BindingAddress.cs
Expand Up @@ -20,7 +20,6 @@ private BindingAddress(string host, string pathBase, int port, string scheme)
Scheme = scheme;
}

// Important: Make this method private when removing it.
[Obsolete("This constructor is obsolete and will be removed in a future version. Use BindingAddress.Parse(address) to create a BindingAddress instance.")]
public BindingAddress()
{
Expand Down

0 comments on commit 298f2ea

Please sign in to comment.