You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/09/04 01:44:01 UTC

svn commit: r572452 - /tapestry/tapestry5/trunk/tapestry-core/src/site/apt/guide/appstate.apt

Author: hlship
Date: Mon Sep  3 16:44:01 2007
New Revision: 572452

URL: http://svn.apache.org/viewvc?rev=572452&view=rev
Log:
TAPESTRY-1367: Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/site/apt/guide/appstate.apt

Modified: tapestry/tapestry5/trunk/tapestry-core/src/site/apt/guide/appstate.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/site/apt/guide/appstate.apt?rev=572452&r1=572451&r2=572452&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/site/apt/guide/appstate.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/site/apt/guide/appstate.apt Mon Sep  3 16:44:01 2007
@@ -75,7 +75,7 @@
   Contributions to the tapestry.ApplicationStateManager are used to configure an ASO.  From you application's module:
   
 +----+
-  public void contributeApplicationStateManager(MappedConfiguration<Class, ApplicationStateConfiguration> configuration)
+  public void contributeApplicationStateManager(MappedConfiguration<Class, ApplicationStateContribution> configuration)
   {
     ApplicationStateCreator<MyState> creator = new ApplicationStateCreator<MyState>()
     {