Skip to content

Commit

Permalink
Fixed jt400-mocked compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Jan 2, 2025
1 parent b3814b8 commit b230d2d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@ void setSoTimeout(int timeout) throws SocketException {
int getSoTimeout() throws SocketException {
return 0;
}

@Override
String getLocalAddress() {
return "";
}
}

0 comments on commit b230d2d

Please sign in to comment.