[
https://issues.apache.org/jira/browse/HADOOP-7512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083612#comment-13083612
]
Hudson commented on HADOOP-7512:
--------------------------------
Integrated in Hadoop-Common-trunk-Commit #729 (See
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/729/])
HADOOP-7512. Fix example mistake in WritableComparable javadocs.
Contributed by Harsh J
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1156833
Files :
*
/hadoop/common/trunk/hadoop-common/src/main/java/org/apache/hadoop/io/WritableComparable.java
* /hadoop/common/trunk/hadoop-common/CHANGES.txt
> Fix example mistake in WritableComparable javadocs
> --------------------------------------------------
>
> Key: HADOOP-7512
> URL: https://issues.apache.org/jira/browse/HADOOP-7512
> Project: Hadoop Common
> Issue Type: Task
> Components: documentation
> Affects Versions: 0.20.203.0
> Reporter: Harsh J
> Assignee: Harsh J
> Priority: Trivial
> Fix For: 0.23.0
>
> Attachments: HADOOP-7512.r1.diff
>
>
> From IRC, via uberj:
> {code}
> [9:58pm] uberj:
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/io/WritableComparable.html
> [9:58pm] uberj: In the example it says "int thatValue =
> ((IntWritable)o).value;"
> [9:59pm] uberj: should 'o' be replaced with 'w'?
> [9:59pm] uberj: int thatValue = ((IntWritable)w).value;
> {code}
> Attaching patch for s/w/o.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira