[
https://issues.apache.org/jira/browse/HADOOP-10168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Suresh Srinivas updated HADOOP-10168:
-------------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
I committed the patch to trunk and branch-2. Thank you Thejas.
> 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)
