Jochen Zimmermann (JIRA | 12 Feb 2008 21:23
Picon
Picon
Favicon

[jira] Updated: (HIVEMIND-211) RegistryBuilder.constructRegistry calls itself


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

Jochen Zimmermann updated HIVEMIND-211:
---------------------------------------

    Attachment: RegistryBuilder.java

I think this method is meant to be

    public Registry constructRegistry()
    {
        return constructRegistry(Locale.getDefault());
    }

Attached the file RegistryBuilder.java

> RegistryBuilder.constructRegistry calls itself
> ----------------------------------------------
>
>                 Key: HIVEMIND-211
>                 URL: https://issues.apache.org/jira/browse/HIVEMIND-211
>             Project: HiveMind
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: 2.0-alpha-1
>            Reporter: Kevin Gilpin
>         Attachments: RegistryBuilder.java
>
>
> This method calls itself
> line 128:    public Registry constructRegistry()
>     {
>         return constructRegistry();
>     }

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Gmane