[ 
https://issues.apache.org/jira/browse/HADOOP-10168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851695#comment-13851695
 ] 

Hudson commented on HADOOP-10168:
---------------------------------

FAILURE: Integrated in Hadoop-Hdfs-trunk #1616 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1616/])
HADOOP-10168. fix javadoc of ReflectionUtils#copy. Contributed by Thejas Nair. 
(suresh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1551646)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ReflectionUtils.java


> fix javadoc of ReflectionUtils.copy 
> ------------------------------------
>
>                 Key: HADOOP-10168
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10168
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 2.4.0
>
>         Attachments: HADOOP-10168.1.patch
>
>
> In the javadoc of ReflectionUtils.copy, the return value is not documented, 
> the arguments are named incorrectly.
> {code}
>   /**                                                                         
>                                                                               
>                                                                               
>                            
>    * Make a copy of the writable object using serialization to a buffer       
>                                                                               
>                                                                               
>                            
>    * @param dst the object to copy from                                       
>                                                                               
>                                                                               
>                            
>    * @param src the object to copy into, which is destroyed                   
>                                                                               
>                                                                               
>                            
>    * @throws IOException                                                      
>                                                                               
>                                                                               
>                            
>    */
>   @SuppressWarnings("unchecked")
>   public static <T> T copy(Configuration conf,
>                                 T src, T dst) throws IOException {
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to