Skip to content

Commit

Permalink
void
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Oct 31, 2023
1 parent 02f426e commit 171cf0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public Socket connectSocket(
// Run this under a doPrivileged to support lib users that run under a SecurityManager this allows granting
// connect permissions only to this library
try {
AccessController.doPrivileged((PrivilegedExceptionAction<Object>) () -> {
AccessController.doPrivileged((PrivilegedExceptionAction<Void>) () -> {
doConnect(
sock,
remoteAddress,
Expand Down

0 comments on commit 171cf0d

Please sign in to comment.