Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
KostasTsiounis committed Oct 17, 2024
1 parent 7dec6dd commit c07b01d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ private static void setProperties(Properties props) {
}

if (userEnabledFIPS && !allowSetProperties) {
// Create set of properties that cannot be modified.
unmodifiableProperties = propsMapping.keySet();
// Add all properties that cannot be modified.
unmodifiableProperties.addAll(propsMapping.keySet());
}

for (Map.Entry<String, String> entry : propsMapping.entrySet()) {
Expand Down

0 comments on commit c07b01d

Please sign in to comment.