Skip to content

Commit

Permalink
Refactoring multi-catch blocks, and the InterruptedExceptions, Execut…
Browse files Browse the repository at this point in the history
…ionException, IOException in the BaseOperation.java
  • Loading branch information
Shivkumar13 committed Aug 25, 2020
1 parent 682acea commit 768da6b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ private L listRequestHelper(URL url) {
throw KubernetesClientException.launderThrowable(forOperationType("list"), e);
}


// catch (InterruptedException | ExecutionException | IOException e) {
// throw KubernetesClientException.launderThrowable(forOperationType("list"), e);
// }
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 768da6b

Please sign in to comment.