Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.0.5
-
Fix Version/s: 5.0.6
-
Component/s: tapestry-core
-
Labels:None
Description
The following line:
configuration.add(new AliasContribution.create(MyService.class, myService));
should be:
configuration.add(AliasContribution.create(MyService.class, myService));