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