Skip to content

Commit

Permalink
CB-5234. Refactor after review
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisSinelnikov committed Oct 11, 2024
1 parent a28e939 commit 1c2a2f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,7 @@ private void deleteAuthSubject(Connection dbCon, String subjectId) throws SQLExc
}
}

private WebAuthProviderDescriptor getAuthProvider(String authProviderId) throws DBCException {
protected WebAuthProviderDescriptor getAuthProvider(String authProviderId) throws DBCException {
WebAuthProviderDescriptor authProvider = WebAuthProviderRegistry.getInstance().getAuthProvider(authProviderId);
if (authProvider == null) {
throw new DBCException("Auth provider not found: " + authProviderId);
Expand Down

0 comments on commit 1c2a2f0

Please sign in to comment.