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)