kinow commented on a change in pull request #165: URL: https://github.com/apache/commons-collections/pull/165#discussion_r433788010
########## File path: src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java ########## @@ -341,10 +341,6 @@ public V selectValue(final K key) { return entry.getValue(); } - /** - * This is equivalent to the other {@link #selectR(TrieEntry, int, Object, int, Cursor, Reference)} - * method but without its overhead because we're selecting only one best matching Entry from the {@link Trie}. - */ Review comment: I think this one needs to stay? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org