Details
Description
Hi Team,
There is a bug in document, that needs to be corrected.
Document Link "http://www.couchbase.com/develop/net/current"
Issue reported : 'Instantiating the Client' section
public static class CouchbaseManager
{
private readonly static CouchbaseClient _instance;
static CouchbaseClient()
{
_instance = new CouchbaseClient();
}
public static CouchbaseClient Instance { get { return _instance; } }
}
Error to be rectified : 4th line static CouchbaseClient() should be -> static CouchbaseManager()
There is a bug in document, that needs to be corrected.
Document Link "http://www.couchbase.com/develop/net/current"
Issue reported : 'Instantiating the Client' section
public static class CouchbaseManager
{
private readonly static CouchbaseClient _instance;
static CouchbaseClient()
{
_instance = new CouchbaseClient();
}
public static CouchbaseClient Instance { get { return _instance; } }
}
Error to be rectified : 4th line static CouchbaseClient() should be -> static CouchbaseManager()
Activity
John Zablocki
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.2.1 [ 10441 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2.2 [ 10472 ] | |
| Fix Version/s | 1.2.1 [ 10441 ] |
John Zablocki
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
John Zablocki
made changes -
| Assignee | John Zablocki [ john ] | Matt Ingenthron [ ingenthr ] |
John Zablocki
made changes -
| Planned End | (re-schedule end date based on new assignee) |
John Zablocki
made changes -
| Fix Version/s | 1.2.3 [ 10473 ] | |
| Fix Version/s | 1.2.2 [ 10472 ] |
John Zablocki
made changes -
| Planned Start | (set to new fixed version's start date) | |
| Planned End | (set to new fixed version's start date) |
John Zablocki
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |