This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch feature/requirejs-less
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/feature/requirejs-less by this 
push:
     new 7fed99bca TAP5-2810: JavaDoc fix.
7fed99bca is described below

commit 7fed99bcaaea9a35bf4b63de7042784e82ec1c6f
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Tue Jul 29 08:12:25 2025 -0300

    TAP5-2810: JavaDoc fix.
---
 .../org/apache/tapestry5/services/javascript/EsModuleManager.java    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/EsModuleManager.java
 
b/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/EsModuleManager.java
index 277d02d99..cc57b47fe 100644
--- 
a/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/EsModuleManager.java
+++ 
b/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/EsModuleManager.java
@@ -62,8 +62,9 @@ public interface EsModuleManager
      * this occurs after the ES module infrastructure
      * has been written into the page, along with the core libraries.
      *
-     * @param root
-     *         {@code <root>} element of the page.
+     * @param body {@code body} element of the page.
+     * @param libraryURLs URLs of the JS files to be included in the page.
+     *          
      */
     void writeInitialization(Element body, List<String> libraryURLs);
     

Reply via email to