This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new f869c283b2 slightly clearer message
f869c283b2 is described below
commit f869c283b252026db417b957478b30783c2f9271
Author: Paul King <[email protected]>
AuthorDate: Tue Sep 23 12:37:43 2025 +1000
slightly clearer message
---
.../groovy-ant/src/main/java/org/codehaus/groovy/ant/Groovydoc.java | 2 +-
.../main/resources/org/codehaus/groovy/tools/groovydoc/Main.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/subprojects/groovy-ant/src/main/java/org/codehaus/groovy/ant/Groovydoc.java
b/subprojects/groovy-ant/src/main/java/org/codehaus/groovy/ant/Groovydoc.java
index 26b08f640c..5e21730a37 100644
---
a/subprojects/groovy-ant/src/main/java/org/codehaus/groovy/ant/Groovydoc.java
+++
b/subprojects/groovy-ant/src/main/java/org/codehaus/groovy/ant/Groovydoc.java
@@ -148,7 +148,7 @@ public class Groovydoc extends Task {
/**
* Defaults to a popular Java version defined by the JavaParser library.
Otherwise, override here for a specific expected source file version.
*
- * @param javaVersion the expected source level of any Java files that may
be parsed; i.e. JAVA_11
+ * @param javaVersion the expected source level of any Java files that may
be parsed; e.g. JAVA_11
*/
public void setJavaVersion(String javaVersion) {
this.javaVersion = javaVersion;
diff --git
a/subprojects/groovy-groovydoc/src/main/resources/org/codehaus/groovy/tools/groovydoc/Main.properties
b/subprojects/groovy-groovydoc/src/main/resources/org/codehaus/groovy/tools/groovydoc/Main.properties
index bcbb6a5ffe..8636d1d79d 100644
---
a/subprojects/groovy-groovydoc/src/main/resources/org/codehaus/groovy/tools/groovydoc/Main.properties
+++
b/subprojects/groovy-groovydoc/src/main/resources/org/codehaus/groovy/tools/groovydoc/Main.properties
@@ -76,6 +76,6 @@ cli.option.sourcepath.description=Specify where to find
source files (dirs separ
cli.option.exclude.description=Specify a list of packages to exclude
(separated by colons for all operating systems)
-cli.option.javaVersion.description=Specify the Java Version for parsed java
files (i.e. JAVA_11)
+cli.option.javaVersion.description=Specify the Java Version for parsed java
files (e.g. JAVA_11)
cli.info.version=@|green GroovyDoc|@ {0}