Skip to content

Commit

Permalink
Changed .ctor to correct overload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffry Morris committed Apr 13, 2011
1 parent 9c574e6 commit 3b38476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Membase/MembaseClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class MembaseClient : MemcachedClient
/// Initializes a new instance of the <see cref="T:Membase.MembaseClient" /> class using the default configuration and bucket.
/// </summary>
/// <remarks>The configuration is taken from the /configuration/membase section.</remarks>
public MembaseClient() : this(DefaultConfig, null, null) { }
public MembaseClient() : this(DefaultConfig) { }

/// <summary>
/// Initializes a new instance of the <see cref="T:Membase.MembaseClient" /> class using the default configuration and the specified bucket.
Expand Down

0 comments on commit 3b38476

Please sign in to comment.