Author: bwallace
Date: Mon Apr 24 17:05:55 2006
New Revision: 396736

URL: http://svn.apache.org/viewcvs?rev=396736&view=rev
Log:
[TAPESTRY-920] Fixed Javadoc reference for Body.get()

Modified:
    
tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/html/Body.java

Modified: 
tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/html/Body.java
URL: 
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/html/Body.java?rev=396736&r1=396735&r2=396736&view=diff
==============================================================================
--- 
tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/html/Body.java
 (original)
+++ 
tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/html/Body.java
 Mon Apr 24 17:05:55 2006
@@ -102,8 +102,11 @@
      * components wrapped by the <code>Body</code> to locate it and access the 
services it
      * provides.
      * 
+     * @param cycle Request cycle in which the Body was stored
+     * @return Body wrapping the components for the specified request cycle
+     * 
      * @deprecated To be removed in 4.1. Use
-     *             [EMAIL PROTECTED] 
org.apache.tapestry.TapestryUtils#getPageRenderSupport(IRequestCycle)}
+     *             [EMAIL PROTECTED] 
org.apache.tapestry.TapestryUtils#getOptionalPageRenderSupport(IRequestCycle)}
      *             instead.
      */
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to