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 768da6b commit 555c841
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -178,8 +178,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 555c841

Please sign in to comment.