You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/10/13 23:42:50 UTC

[jira] Closed: (TAPESTRY-1824) Code example on Alias page of tapestry-core guide is wrong, has extra "new"

     [ https://issues.apache.org/jira/browse/TAPESTRY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1824.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.6
         Assignee: Howard M. Lewis Ship

> Code example on Alias page of tapestry-core guide is wrong, has extra "new"
> ---------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1824
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1824
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.6
>
>
> The following line:
> configuration.add(new AliasContribution.create(MyService.class, myService));
> should be:
> configuration.add(AliasContribution.create(MyService.class, myService));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org