Skip to content

Commit d2bf3e7

Browse files
committed
Typo
1 parent 3fe9545 commit d2bf3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public DomainList listDomain(String namespace) throws ApiException {
309309
return new WeblogicApi(client).listWebLogicOracleV1NamespacedDomain(namespace, pretty, _continue,
310310
fieldSelector, includeUninitialized, labelSelector, limit, resourceVersion, timeoutSeconds, watch);
311311
} finally {
312-
312+
helper.recycle(client);
313313
}
314314
}
315315

0 commit comments

Comments
 (0)