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 a7dfe56 commit e0916a7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -174,8 +174,8 @@ private L listRequestHelper(URL url) {
}

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

}

Expand Down

0 comments on commit e0916a7

Please sign in to comment.