[ http://jira.magnolia.info/browse/MAGNOLIA-503?page=all ]
     
Philipp Bracher closed MAGNOLIA-503:
------------------------------------

    Fix Version: 2.1 Final
     Resolution: Fixed
      Assign To: Philipp Bracher  (was: Boris Kraft)

commited. Thanks

> Simplify extending ParagraphEditDialog
> --------------------------------------
>
>          Key: MAGNOLIA-503
>          URL: http://jira.magnolia.info/browse/MAGNOLIA-503
>      Project: magnolia wcm
>         Type: Improvement
>   Components: templating module
>     Versions: 2.1 RC1
>  Environment: all
>     Reporter: Michael Aemisegger
>     Assignee: Philipp Bracher
>     Priority: Minor
>      Fix For: 2.1 Final

>
> While extending ParagraphEditDialog, I noticed it would be easier and less 
> redundant if the member 'paragraph' had a getter method.
> BTW, I won't be offended if not all my patches get applied. I just try to 
> report my findings.
> Patch for revision 1139:
> --- 
> originals/magnolia-2.1-SNAPSHOT/src/main/info/magnolia/module/admininterface/dialogs/ParagraphEditDialog.java
>        2005-07-13 17:15:08.000000000 +0200
> +++ 
> patched/magnolia-2.1-SNAPSHOT/src/main/info/magnolia/module/admininterface/dialogs/ParagraphEditDialog.java
>  2005-07-25 21:18:25.000000000 +0200
> @@ -64,4 +64,11 @@
>          return para.getDialogContent();
>      }
> +
> +    /**
> +     * @return Returns the paragraph.
> +     */
> +    public String getParagraph() {
> +        return paragraph;
> +    }
>  }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to