[seam-issues] [JBoss JIRA] Updated: (SOLDER-104) Minor typo on @Unwraps JavaDoc

George Gastaldi (JIRA) jira-events at lists.jboss.org
Thu May 19 21:23:00 EDT 2011


     [ https://issues.jboss.org/browse/SOLDER-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi updated SOLDER-104:
-----------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> Minor typo on @Unwraps JavaDoc
> ------------------------------
>
>                 Key: SOLDER-104
>                 URL: https://issues.jboss.org/browse/SOLDER-104
>             Project: Seam Solder
>          Issue Type: Task
>            Reporter: George Gastaldi
>            Priority: Trivial
>
> The javadoc on org.jboss.seam.solder.unwraps.Unwraps annotation has a minor typo on the code example:
> {code:java}
>     void getFoo() {
>        return foo;
>     }
> {code}
> That won´t compile. I believe it should read (Notice the return type): 
> {code:java}
>     Foo getFoo() {
>        return foo;
>     }
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the seam-issues mailing list