Closed ricellis closed 6 years ago
Added null check for ClientBuilder.url(...)
null
ClientBuilder.url(...)
Called CouchDbUtil.assertNotNull.
CouchDbUtil.assertNotNull
Added new unit test for ClientBuilder.url(null).
ClientBuilder.url(null)
N/A
What
Added
null
check forClientBuilder.url(...)
How
Called
CouchDbUtil.assertNotNull
.Testing
Added new unit test for
ClientBuilder.url(null)
.Issues
N/A