Skip to content

Commit 6df14c2

Browse files
author
hideki
committed
Fixed #1359 - Rename removeStoredCredentials to clearAuthenticationStores
1 parent c103269 commit 6df14c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/couchbase/lite/replicator/Replication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ public void deleteCookie(String name) {
751751
* replication's CBLAuthenticator. Also removes session cookies from the cookie store.
752752
*/
753753
@InterfaceAudience.Public
754-
public boolean removeStoredCredentials() {
754+
public boolean clearAuthenticationStores() {
755755
if (getAuthenticator() != null) {
756756
if (!(getAuthenticator() instanceof Authorizer) ||
757757
!((Authorizer) getAuthenticator()).removeStoredCredentials())

0 commit comments

Comments
 (0)