mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 18:48:51 +00:00
- Refactored ServerProtocol.sendPeerList method signature to clarify the meaning of arguments, and avoid null pointer exception when converting null Integer to int. - Refactored SocketRemoteSiteListener handleRequest method to make it more unit test friendly. - Added more unit tests.