haiyang1987 opened a new pull request, #6721: URL: https://github.com/apache/hadoop/pull/6721
### Description of PR https://issues.apache.org/jira/browse/HDFS-17461 Fix spotbugs in PeerCache#getInternal Spotbugs warnings: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6710/4/artifact/out/branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html ` private final LinkedListMultimap<Key, Value> multimap = LinkedListMultimap.create();` Returns a collection view containing the values associated with key in this multimap, if any. Note that even when (containsKey(key) is false, get(key) still returns an empty collection, not null. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
