[ 
https://issues.apache.org/jira/browse/HELIX-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kishore gopalakrishna resolved HELIX-76.
----------------------------------------

    Resolution: Fixed

Applied the patch 
                
> ChangeLogGenerator split bug
> ----------------------------
>
>                 Key: HELIX-76
>                 URL: https://issues.apache.org/jira/browse/HELIX-76
>             Project: Apache Helix
>          Issue Type: Bug
>    Affects Versions: 0.6.0-incubating
>            Reporter: Max Calderoni
>            Priority: Minor
>             Fix For: 0.6.1-incubating
>
>
> I understand that code maybe not being finalized, but thought i flagged 
> (randomly noticed it) one bug in there at line 62:
> String[] split = name.split(".");
> The fix is super-easy, just:
> String[] split = name.split("\\.");
> being the argument a regex.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to