Skip to content

Commit 85f1c90

Browse files
author
Hideki Itakura
authored
Merge pull request #1361 from couchbase/feature/issue_1359
Fixed #1359 - Rename removeStoredCredentials to clearAuthenticationSt…
2 parents c103269 + 6df14c2 commit 85f1c90

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)