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

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


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