[NCBC-209] Mistake in http://www.couchbase.com/develop/net/current document Created: 22/Jan/13 Updated: 03/Apr/13 Resolved: 03/Apr/13 |
|
| Status: | Closed |
| Project: | Couchbase .NET client library |
| Component/s: | docs |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vijayaraghavan Mohanasundaram | Assignee: | Matt Ingenthron |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | customer | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: | Microsoft Windows, ,Net | ||
| 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() |
| Comments |
| Comment by John Zablocki [ 19/Feb/13 ] |
| Another fix in the latest revision for that page |