netty5/transport-native-unix-common
Norman Maurer b4edf21bd3
Errors.throwConnectException(...) should be public (#10745)
Motivation:

ddebc1027d7cc09850acdd961417c1d650f43dd5 missed to make Errors.throwConnectException(...) public

Modifications:

Make method public

Result:

Be able to use Errors.throwConnectException(...) from other module
2020-10-29 07:44:49 +01:00
..