yws created KAFKA-13031:
---------------------------
Summary: remove useless coe in constructing NetworkReceive
Key: KAFKA-13031
URL: https://issues.apache.org/jira/browse/KAFKA-13031
Project: Kafka
Issue Type: Wish
Environment: https://github.com/apache/kafka/pull/10972
Reporter: yws
remove useless code that assign null value to instance field in construting
NetworkReceive instance, becase the default value of instance field is null,
there is no need to assign null value again
I submit the code: https://github.com/apache/kafka/pull/10972
--
This message was sent by Atlassian Jira
(v8.3.4#803005)