You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by "Dongqi Xue (JIRA)" <ji...@apache.org> on 2017/10/02 23:30:00 UTC

[jira] [Created] (HELIX-670) Fix typos in the Javadoc

Dongqi Xue created HELIX-670:
--------------------------------

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