Documentation of init() method

Simple documentation issue from: https://docs.couchbase.com/couchbase-lite/current/android/learn/java-android-database.html:

The init() API accepts no parameters.

Example 1. Initializer code

// Initialize the Couchbase Lite system
CouchbaseLite.init(context);

The statement:

The init() API accepts no parameters.

is incorrect. init() clearly DOES accept a parameter - the current Android Context.

Indeed - thanks for pointing out!

BTW you can directly submit feedback on a page by clicking on the “Leave Additional Feedback” button. That will automatically create a JIRA ticket on our end that we can track.

(CC @ibsoln)

1 Like