Skip to content

Commit

Permalink
Applied sonar recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Jan 27, 2024
1 parent 97c49c8 commit 149ffaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public static List<KeyStore> loadSystemKeyStores() {
break;
}
default: {
String resolvedOsName = OperatingSystem.UNKNOWN.getResolvedOsName();
String resolvedOsName = OperatingSystem.getResolvedOsName();
LOGGER.warn("No system KeyStores available for [{}]", resolvedOsName);
return Collections.emptyList();
}
Expand Down

0 comments on commit 149ffaa

Please sign in to comment.