cloudant / java-cloudant

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

Added null check for URL in ClientBuilder #401

Closed ricellis closed 6 years ago

ricellis commented 6 years ago

What

Added null check for ClientBuilder.url(...)

How

Called CouchDbUtil.assertNotNull.

Testing

Added new unit test for ClientBuilder.url(null).

Issues

N/A