Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 75cc7ad

Browse files
authored
Corrected BasicAuthInterceptor example
`BasicAuthInterceptor` is only a `HttpConnectionRequestInterceptor` it didn't make sense to add it as a response interceptor.
1 parent e3c9819 commit 75cc7ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/interceptors.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Replicator replicator = ReplicatorBuilder.pull()
3333
.from(new URI("https://username.cloudant.com"))
3434
.to(ds)
3535
.addRequestInterceptors(interceptor)
36-
.addResponseInterceptors(interceptor)
3736
.build();
3837

3938
replicator.start();

0 commit comments

Comments
 (0)