netty5/transport/src
wuare 7a1e0b46b6 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:14:29 +02:00
..
main Remove not needed null check (#11303) 2021-05-26 15:14:29 +02:00
test/java/io/netty Migrate transport tests to JUnit 5 (#11315) 2021-05-26 10:47:15 +02:00