]
George Gastaldi updated SOLDER-104:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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: