You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/02/08 03:00:23 UTC

svn commit: r619733 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/TapestryModule.java

Author: hlship
Date: Thu Feb  7 18:00:23 2008
New Revision: 619733

URL: http://svn.apache.org/viewvc?rev=619733&view=rev
Log:
TAPESTRY-2099: Contribution to PartialMarkupRenderer should be named "Heartbeat" not "Heatbeat"

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/TapestryModule.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/TapestryModule.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/TapestryModule.java?rev=619733&r1=619732&r2=619733&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/TapestryModule.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/TapestryModule.java Thu Feb  7 18:00:23 2008
@@ -1533,7 +1533,7 @@
 
         configuration.add("PageRenderSupport", pageRenderSupport);
         configuration.add("ZoneSupport", zoneSupport, "after:PageRenderSupport");
-        configuration.add("Heatbeat", heartbeat, "after:PageRenderSupport");
+        configuration.add("Heartbeat", heartbeat, "after:PageRenderSupport");
         configuration.add("DefaultValidationDecorator", defaultValidationDecorator, "after:Heartbeat");
     }