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

Fix naming of parameter in Delete constructor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • API
    • Reviewed

    Description

      We have these two variants:

      Delete(byte[] row, long timestamp)
      Delete(final byte[] rowArray, final int rowOffset, final int rowLength, long ts)
      

      Both should use timestamp as the parameter name, not this mix.

      Attachments

        1. HBASE-13288.patch
          2 kB
          Ashish Singhi

        Activity

          People

            ashish singhi Ashish Singhi
            larsgeorge Lars George
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: