netty5/codec-stomp/src
Aayush Atharva 6e387e2f5d
Remove unnecessary toString calls (#11550)
Motivation:
We should get rid of the unnecessary toString calls because they're redundant in nature.

Modification:
Removed unnecessary toString calls.

Result:
Better code
2021-08-05 14:17:00 +02:00
..
main/java/io/netty/handler/codec/stomp Remove unnecessary toString calls (#11550) 2021-08-05 14:17:00 +02:00
test/java/io/netty/handler/codec/stomp Migrate codec-stomp tests to JUnit 5 (#11312) 2021-05-26 10:35:05 +02:00