netty5/codec-redis/src
Aayush Atharva fe7b18ee83
Make variables final (#11548)
Motivation:
We should make variables `final` which are not reinstated again in code to match the code style and makes the code look better.

Modification:
Made couples of variables as `final`.

Result:
Variables marked as `final`.
2021-08-06 09:27:12 +02:00
..
main/java/io/netty/handler/codec/redis Make variables final (#11548) 2021-08-06 09:27:12 +02:00
test/java/io/netty/handler/codec/redis Migrate codec-redis to junit5 (#11426) 2021-06-30 13:59:57 +02:00