[
https://issues.apache.org/jira/browse/HELIX-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190561#comment-16190561
]
ASF GitHub Bot commented on HELIX-670:
--------------------------------------
GitHub user donchyxue opened a pull request:
https://github.com/apache/helix/pull/112
[HELIX-670] Fix typo in Javadoc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/donchyxue/helix apache_master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/112.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #112
----
commit 9c189f75266ed8ac3820f8cf74a5d9a6ac688814
Author: Dongqi Xue <[email protected]>
Date: 2017-10-02T23:34:49Z
[HELIX-670] Fix typo in Javadoc
----
> Fix typos in the Javadoc
> -------------------------
>
> Key: HELIX-670
> URL: https://issues.apache.org/jira/browse/HELIX-670
> Project: Apache Helix
> Issue Type: Improvement
> Affects Versions: master
> Reporter: Dongqi Xue
> Priority: Trivial
>
> There are some mismatch between the parameter name in Javadoc and the one in
> method signature.
> For example, the method
> boolean[] createChildren(List<String> paths, List<T> records, int options);
> in class BaseDataAccessor, the second parameter is "records" in signature
> while it's "record" in the Javadoc.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)