This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch feature/es-module-support
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/feature/es-module-support by
this push:
new 1f00549c3 TAP5-2803: fixing JavaDoc errors
1f00549c3 is described below
commit 1f00549c3c2319358f5d7b0009621a3752b78478
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Tue Apr 1 16:38:44 2025 -0300
TAP5-2803: fixing JavaDoc errors
---
.../tapestry5/services/javascript/EsModuleConfigurationCallback.java | 2 +-
.../java/org/apache/tapestry5/services/javascript/EsModuleManager.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/EsModuleConfigurationCallback.java
b/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/EsModuleConfigurationCallback.java
index 12182bae8..eb0e6adf9 100644
---
a/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/EsModuleConfigurationCallback.java
+++
b/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/EsModuleConfigurationCallback.java
@@ -27,7 +27,7 @@ import org.apache.tapestry5.json.JSONObject;
* During page rendering, allowing components, pages and base
components
* to further customize the base import map by for that specific
request in
* a per-request basis by using the
- * {@linkplain
JavaScriptSupport#addModuleConfigurationCallback(EsModuleConfigurationCallback)}
method.
+ * {@linkplain
JavaScriptSupport#addEsModuleConfigurationCallback(EsModuleConfigurationCallback)}
method.
* </li>
* </ol>
*
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 262ae4c3b..19cfec30b 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
@@ -32,7 +32,7 @@ public interface EsModuleManager
* Invoked by the internal {@link
org.apache.tapestry5.internal.services.DocumentLinker} service to
* write the import map into the page.
*
- * @param body
+ * @param head
* {@code <body>} element of the page, to which new {@code
<script>} element(s) may be added.
* @param moduleConfigurationCallbacks
* a list of {@link
org.apache.tapestry5.services.javascript.ModuleConfigurationCallback}s, which