[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]