[ 
https://issues.apache.org/jira/browse/COLLECTIONS-764?focusedWorklogId=440062&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-440062
 ]

ASF GitHub Bot logged work on COLLECTIONS-764:
----------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jun/20 11:08
            Start Date: 02/Jun/20 11:08
    Worklog Time Spent: 10m 
      Work Description: XenoAmess commented on a change in pull request #165:
URL: 
https://github.com/apache/commons-collections/pull/165#discussion_r433795336



##########
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?
   
   @kinow 
   I delete it because I can never found that function it point to.
   If you can show me where that function is : `selectR(TrieEntry, int, Object, 
int, Cursor, Reference)`, maybe I can fix the javadoc in a better way.




----------------------------------------------------------------
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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 440062)
    Time Spent: 50m  (was: 40m)

> Refine javadoc and fix typos
> ----------------------------
>
>                 Key: COLLECTIONS-764
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-764
>             Project: Commons Collections
>          Issue Type: Improvement
>            Reporter: JIN XU
>            Priority: Minor
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> [https://github.com/apache/commons-collections/pull/165]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to