Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-209

Mistake in http://www.couchbase.com/develop/net/current document

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.2.4
    • 1.2.0
    • docs
    • 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()

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ingenthr Matt Ingenthron
            Neo-matrix Vijayaraghavan Mohanasundaram (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty