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 2011/09/29 18:34:29 UTC

svn commit: r1177355 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/PageAssembly.java

Author: hlship
Date: Thu Sep 29 16:34:29 2011
New Revision: 1177355

URL: http://svn.apache.org/viewvc?rev=1177355&view=rev
Log:
TAP5-1678: Remove inaccurate JavaDoc comment

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/PageAssembly.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/PageAssembly.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/PageAssembly.java?rev=1177355&r1=1177354&r2=1177355&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/PageAssembly.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/pageload/PageAssembly.java Thu Sep 29 16:34:29 2011
@@ -1,4 +1,4 @@
-// Copyright 2009 The Apache Software Foundation
+// Copyright 2009, 2011 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -54,8 +54,7 @@ class PageAssembly
     }
 
     /**
-     * Adds the command to the top element of the {@link #bodyElement} stack. {@linkplain
-     * #flushComposableRenderCommands() Flushes} composable render commands first.
+     * Adds the command to the top element of the {@link #bodyElement} stack.
      *
      * @param command
      */
@@ -84,7 +83,7 @@ class PageAssembly
             {
                 throw new TapestryException(
                         PageloadMessages.recursiveTemplate(componentClassName),
-                        location, 
+                        location,
                         null);
             }
         }