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

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

                Author: ASF GitHub Bot
            Created on: 02/Jun/20 12:45
            Start Date: 02/Jun/20 12:45
    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_r433846044



##########
File path: src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java
##########
@@ -29,7 +29,7 @@
  * all data at the edges of the {@link org.apache.commons.collections4.Trie}
  * (and having empty internal nodes), PATRICIA stores data in every node.
  * This allows for very efficient traversal, insert, delete, predecessor,
- * successor, prefix, range, and {@link #select(Object)}
+ * successor, prefix, range, and {@link #select(String)}

Review comment:
       @dota17 
   yes you are correct.
   It can pass on one of my machines with jdk8 so I thought it be correct.
   but actually according to travis-ci, it can only pass openjdk8 and 
oraclejdk8, but fails on other jdks.
   so I will revert it.
   Thank you!




----------------------------------------------------------------
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: 440107)
    Time Spent: 2h  (was: 1h 50m)

> 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: 2h
>  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