Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-15054

Allow 0.94 to compile with JDK8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.94.28
    • None
    • None
    • Reviewed
    • Hide
      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.
      Show
      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.

    Description

      Fix the following two problems:

      1. PoolMap
      2. InputSampler

      Attachments

        1. 15054.txt
          4 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            larsh Lars Hofhansl
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: