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
            Priority: Minor


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]

Reply via email to