You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/06/02 10:55:50 UTC

[GitHub] [commons-collections] kinow commented on a change in pull request #165: [COLLECTIONS-764] Refine javadoc and fix typos

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:
users@infra.apache.org