Merge master

This commit is contained in:
Stefan Niedermann 2020-04-16 11:33:32 +02:00
parent dab2d3cc8f
commit 361cea6781

View file

@ -424,7 +424,7 @@ public class NoteServerSyncHelper {
}
} catch (Exception e) {
if (e instanceof TokenMismatchException) {
NotesClient.invalidateAPICache(ssoAccount);
SSOClient.invalidateAPICache(ssoAccount);
}
exceptions.add(e);
success = false;
@ -498,7 +498,7 @@ public class NoteServerSyncHelper {
}
} catch (Exception e) {
if (e instanceof TokenMismatchException) {
NotesClient.invalidateAPICache(ssoAccount);
SSOClient.invalidateAPICache(ssoAccount);
}
exceptions.add(e);
return false;