Skip to content

Commit

Permalink
EDGCOMMON-79. Sonarqube fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiNosko committed May 20, 2024
1 parent e815cf2 commit 4fbc595
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
public class SslConfigurationUtil {
private static final Logger logger = LogManager.getLogger(SslConfigurationUtil.class);

private SslConfigurationUtil() {}

public static void configureSslServerOptionsIfEnabled(JsonObject config, NetServerOptions serverOptions) {
final boolean isSslEnabled = config.getBoolean(SYS_HTTP_SERVER_SSL_ENABLED);
if (isSslEnabled) {
Expand Down

0 comments on commit 4fbc595

Please sign in to comment.