Skip to content

Commit 8af1740

Browse files
committed
Remove final qualifier to facilitate unit testing
1 parent 2dd831b commit 8af1740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/main/java/oracle/kubernetes/operator/helpers/ClientPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public class ClientPool extends Pool<ApiClient> {
1919
private static final LoggingFacade LOGGER = LoggingFactory.getLogger("Operator", "Operator");
20-
private static final ClientPool SINGLETON = new ClientPool();
20+
private static ClientPool SINGLETON = new ClientPool();
2121

2222
private static final ClientFactory FACTORY = new DefaultClientFactory();
2323

0 commit comments

Comments
 (0)