You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2013/12/17 04:19:07 UTC

[jira] [Created] (HADOOP-10168) fix javadoc of ReflectionUtils.copy

Thejas M Nair created HADOOP-10168:
--------------------------------------

             Summary: 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
         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)