Skip to content

Commit

Permalink
fix: removed Exception never thrown by NpipeConnectionSocketFactory.c…
Browse files Browse the repository at this point in the history
…reateSocket (3531)
  • Loading branch information
uiu252 authored Nov 12, 2024
1 parent a54f323 commit 263a614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class NpipeConnectionSocketFactory extends AbstractNativeSocketFactory {
}

@Override
public Socket createSocket(HttpContext context) throws IOException {
public Socket createSocket(HttpContext context) {
return new NamedPipe(log);
}

Expand Down

0 comments on commit 263a614

Please sign in to comment.