[
https://issues.jboss.org/browse/SOLDER-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
George Gastaldi updated SOLDER-104:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/seam/solder/pull/33
> 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
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues