You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jack Bearden (JIRA)" <ji...@apache.org> on 2018/07/19 04:52:00 UTC

[jira] [Updated] (HBASE-20823) Wrong param name in javadoc for HRegionServer#buildRegionSpaceUseReportRequest

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

Jack Bearden updated HBASE-20823:
---------------------------------
    Attachment: HBASE-20823.001.patch
        Status: Patch Available  (was: Open)

> Wrong param name in javadoc for HRegionServer#buildRegionSpaceUseReportRequest
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-20823
>                 URL: https://issues.apache.org/jira/browse/HBASE-20823
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Reid Chan
>            Assignee: Jack Bearden
>            Priority: Trivial
>              Labels: beginner
>         Attachments: HBASE-20823.001.patch
>
>
> {code}
> /**
>    * Builds a {@link RegionSpaceUseReportRequest} protobuf message from the region size map.
>    *
>    * @param regionSizeStore The size in bytes of regions
>    * @return The corresponding protocol buffer message.
>    */
>   RegionSpaceUseReportRequest buildRegionSpaceUseReportRequest(RegionSizeStore regionSizes)
> {code}
> {{@param regionSizeStore}}, but actual name is regionSizes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)