Skip to content

Commit

Permalink
Removed prototype scope (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 authored Jul 26, 2024
1 parent 2a80755 commit 067fab9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/main/java/nl/altindag/client/SSLConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import nl.altindag.ssl.SSLFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;

/**
Expand All @@ -39,7 +38,6 @@
public class SSLConfig {

@Bean
@Scope("prototype")
public SSLFactory sslFactory(
@Value("${client.ssl.one-way-authentication-enabled:false}") boolean oneWayAuthenticationEnabled,
@Value("${client.ssl.two-way-authentication-enabled:false}") boolean twoWayAuthenticationEnabled,
Expand Down

0 comments on commit 067fab9

Please sign in to comment.