netty5/transport/src
wuare a743b74bfb
Remove not needed null check (#11303)
Motivation:

throw exception if there is no method, it never is null, condition is always true

Modification:

remove unnecessary condition

Result:

cleanup
2021-05-26 15:11:27 +02:00
..
main Remove not needed null check (#11303) 2021-05-26 15:11:27 +02:00
test/java/io/netty Migrate transport tests to JUnit 5 (#11315) 2021-05-26 12:03:58 +02:00