[ 
https://issues.apache.org/jira/browse/HBASE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lars Hofhansl updated HBASE-15054:
----------------------------------
    Release Note: 
This change replaces 
public boolean remove(K key, V value) in PoolMap
with
public boolean removeValue(K key, V value)

Direct users of PoolMap will need to change the code accordingly.

  was:
This change replaces 
{{public boolean remove(K key, V value)}} in {{PoolMap}}
with
{{public boolean removeValue(K key, V value)}}

Direct users of PoolMap will need to change the code accordingly.


> Allow 0.94 to compile with JDK8
> -------------------------------
>
>                 Key: HBASE-15054
>                 URL: https://issues.apache.org/jira/browse/HBASE-15054
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>             Fix For: 0.94.28
>
>         Attachments: 15054.txt
>
>
> Fix the following two problems:
> # PoolMap
> # InputSampler



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to