Skip to content

Commit c8c3888

Browse files
committed
Correct pattern
1 parent c8eb471 commit c8c3888

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
@@ -108,7 +108,7 @@ public ApiClient get() {
108108
threadFactory) {
109109
@Override
110110
public void execute(Runnable command) {
111-
wrapRunnable(command);
111+
super.execute(wrapRunnable(command));
112112
}
113113
};
114114
client.getHttpClient().setDispatcher(new Dispatcher(exec));

0 commit comments

Comments
 (0)