Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1824

Code example on Alias page of tapestry-core guide is wrong, has extra "new"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0.5
    • 5.0.6
    • tapestry-core
    • None

    Description

      The following line:

      configuration.add(new AliasContribution.create(MyService.class, myService));

      should be:

      configuration.add(AliasContribution.create(MyService.class, myService));

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: