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/04/01 02:43:23 UTC

svn commit: r1087528 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/RenderSupport.java

Author: hlship
Date: Fri Apr  1 00:43:22 2011
New Revision: 1087528

URL: http://svn.apache.org/viewvc?rev=1087528&view=rev
Log:
TAP5-763: Documentation for RenderSupport.addScriptLink() is invalid about where the included links go

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

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/RenderSupport.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/RenderSupport.java?rev=1087528&r1=1087527&r2=1087528&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/RenderSupport.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/RenderSupport.java Fri Apr  1 00:43:22 2011
@@ -1,4 +1,4 @@
-// Copyright 2006, 2007, 2008, 2009, 2010 The Apache Software Foundation
+// Copyright 2006, 2007, 2008, 2009, 2010, 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.
@@ -67,7 +67,7 @@ public interface RenderSupport
 
     /**
      * Adds one or more new script assets to the page. Assets are added uniquely, and appear as <script> elements
-     * just inside the <body> element of the rendered page. Duplicate requests to add the same script are quietly
+     * inside the <head> element of the rendered page. Duplicate requests to add the same script are quietly
      * ignored.
      * 
      * @param scriptAssets