We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd831b commit 8af1740Copy full SHA for 8af1740
operator/src/main/java/oracle/kubernetes/operator/helpers/ClientPool.java
@@ -17,7 +17,7 @@
17
18
public class ClientPool extends Pool<ApiClient> {
19
private static final LoggingFacade LOGGER = LoggingFactory.getLogger("Operator", "Operator");
20
- private static final ClientPool SINGLETON = new ClientPool();
+ private static ClientPool SINGLETON = new ClientPool();
21
22
private static final ClientFactory FACTORY = new DefaultClientFactory();
23
0 commit comments