cloudant / java-cloudant

A Java client for Cloudant
Apache License 2.0
79 stars 68 forks source link

Fix javadoc on Replicator #426

Closed tomblench closed 6 years ago

tomblench commented 6 years ago

What

Fix javadoc on the Replicator class.

How

The documentation is misleading because it implies the API is on the Database object rather than the CloudantClient object.

Testing

N/A

Issues

424 - user was confused by documentation

smithsz commented 6 years ago

Needs https://github.com/cloudant/java-cloudant/pull/425/commits/61ab7c3afa117a147b2625ee25e016773a0901f8 to fix tests.

tomblench commented 6 years ago

This has been rebased onto master so should go green since master has the same fix @smithsz mentioned.