Skip to content

Commit 68ab33f

Browse files
jglickVlatombe
andauthored
Unnecessary catch clause
Co-authored-by: Vincent Latombe <[email protected]>
1 parent 9feeb95 commit 68ab33f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/hudson/remoting/Launcher.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,6 @@ private void runAsInboundAgent() throws CmdLineException, IOException, Interrupt
730730
try {
731731
completion.get();
732732
LOGGER.fine("Engine has died");
733-
} catch (InterruptedException x) {
734-
throw x;
735733
} catch (ExecutionException x) {
736734
throw new IllegalStateException(x.getCause());
737735
} finally {

0 commit comments

Comments
 (0)