[PATCH] PropertyWrapper has a typo that causes an infinite loop
---------------------------------------------------------------

                 Key: JCR-1574
                 URL: https://issues.apache.org/jira/browse/JCR-1574
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: core 1.4.2
            Reporter: Dave Brosius
            Priority: Minor
             Fix For: core 1.4.4


PropertyWrapper.refresh is missing the delegation to 'property' for refresh, 
and has an infinite loop instead. Patch fixes this.

[CODE] 
   /** [EMAIL PROTECTED] */
    public void refresh(boolean keepChanges) throws InvalidItemStateException,
            RepositoryException {
        refresh(keepChanges);
    }
[/CODE]


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

Reply via email to