You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2008/09/01 23:18:44 UTC

[jira] Updated: (HADOOP-4046) WritableComparator's constructor should be protected instead of private

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

Chris Douglas updated HADOOP-4046:
----------------------------------

    Attachment: 4046-0.patch

> WritableComparator's constructor should be protected instead of private
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-4046
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4046
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.18.0
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.18.1
>
>         Attachments: 4046-0.patch
>
>
> Currently, it isn't possible to subclass WritableComparator in a meaningful way. We should make this constructor protected:
> {code}
> private WritableComparator(Class keyClass, boolean createInstances)
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.