Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public synchronized List<ICacheRecord> saveAndLoadAggregatedAccountData(
}

@SuppressWarnings("unchecked")
private List<ICacheRecord> loadAggregatedAccountData(final @NonNull AbstractAuthenticationScheme authScheme,
public List<ICacheRecord> loadAggregatedAccountData(final @NonNull AbstractAuthenticationScheme authScheme,
final @NonNull ICacheRecord cacheRecord) {
final String methodName = ":loadAggregatedAccountData";

Expand Down
Loading