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 24, 2020
1 parent ed84e03 commit a7dfe56
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1 deletion.
Expand Up @@ -173,7 +173,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 a7dfe56

Please sign in to comment.