This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
new 2f6f0dd51e fix javadoc warnings
2f6f0dd51e is described below
commit 2f6f0dd51eedd8267b3a5a2a358caf3f7c5c2915
Author: Paul King <[email protected]>
AuthorDate: Sun May 18 23:25:00 2025 +1000
fix javadoc warnings
---
.../src/main/groovy/groovy/text/GStringTemplateEngine.java | 2 +-
.../src/main/groovy/groovy/text/SimpleTemplateEngine.java | 2 +-
.../src/main/groovy/groovy/text/StreamingTemplateEngine.java | 2 +-
.../groovy-templates/src/main/groovy/groovy/text/XmlTemplateEngine.java | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/subprojects/groovy-templates/src/main/groovy/groovy/text/GStringTemplateEngine.java
b/subprojects/groovy-templates/src/main/groovy/groovy/text/GStringTemplateEngine.java
index 30bb330293..51388fad9e 100644
---
a/subprojects/groovy-templates/src/main/groovy/groovy/text/GStringTemplateEngine.java
+++
b/subprojects/groovy-templates/src/main/groovy/groovy/text/GStringTemplateEngine.java
@@ -79,7 +79,7 @@ import java.util.concurrent.atomic.AtomicInteger;
*
* The conference committee.
* </pre>
- * The template engine can also be used as the engine for {@link
groovy.servlet.TemplateServlet} by placing the
+ * The template engine can also be used as the engine for {@code
groovy.servlet.TemplateServlet} by placing the
* following in your <code>web.xml</code> file (plus a corresponding
servlet-mapping element):
* <pre>
* <servlet>
diff --git
a/subprojects/groovy-templates/src/main/groovy/groovy/text/SimpleTemplateEngine.java
b/subprojects/groovy-templates/src/main/groovy/groovy/text/SimpleTemplateEngine.java
index d7a49d55a9..60c1d1370a 100644
---
a/subprojects/groovy-templates/src/main/groovy/groovy/text/SimpleTemplateEngine.java
+++
b/subprojects/groovy-templates/src/main/groovy/groovy/text/SimpleTemplateEngine.java
@@ -76,7 +76,7 @@ import java.util.concurrent.atomic.AtomicInteger;
*
* The conference committee.
* </pre>
- * The template engine can also be used as the engine for {@link
groovy.servlet.TemplateServlet} by placing the
+ * The template engine can also be used as the engine for {@code
groovy.servlet.TemplateServlet} by placing the
* following in your <code>web.xml</code> file (plus a corresponding
servlet-mapping element):
* <pre>
* <servlet>
diff --git
a/subprojects/groovy-templates/src/main/groovy/groovy/text/StreamingTemplateEngine.java
b/subprojects/groovy-templates/src/main/groovy/groovy/text/StreamingTemplateEngine.java
index 02ae2d3c34..b21a7b5367 100644
---
a/subprojects/groovy-templates/src/main/groovy/groovy/text/StreamingTemplateEngine.java
+++
b/subprojects/groovy-templates/src/main/groovy/groovy/text/StreamingTemplateEngine.java
@@ -102,7 +102,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* <br />
* <h3>StreamingTemplateEngine as a servlet engine</h3>
* The template engine can also be used as the engine for
- * {@link groovy.servlet.TemplateServlet} by placing the following in your
+ * {@code groovy.servlet.TemplateServlet} by placing the following in your
* <code>web.xml</code> file (plus a corresponding servlet-mapping element):
* <pre>
*
diff --git
a/subprojects/groovy-templates/src/main/groovy/groovy/text/XmlTemplateEngine.java
b/subprojects/groovy-templates/src/main/groovy/groovy/text/XmlTemplateEngine.java
index 0decca7761..eb79cd2da1 100644
---
a/subprojects/groovy-templates/src/main/groovy/groovy/text/XmlTemplateEngine.java
+++
b/subprojects/groovy-templates/src/main/groovy/groovy/text/XmlTemplateEngine.java
@@ -92,7 +92,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* How are you today?
* </document>
* </pre>
- * The XML template engine can also be used as the engine for {@link
groovy.servlet.TemplateServlet} by placing the
+ * The XML template engine can also be used as the engine for {@code
groovy.servlet.TemplateServlet} by placing the
* following in your web.xml file (plus a corresponding servlet-mapping
element):
* <pre>
* <servlet>