This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-exec.git
The following commit(s) were added to refs/heads/master by this push:
new ce274fb8 Fix malformed Javadoc comments
ce274fb8 is described below
commit ce274fb8211e4ee82ecd101514e8f9d5dbd93aee
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 13 15:25:36 2025 -0500
Fix malformed Javadoc comments
---
src/main/java/org/apache/commons/exec/util/StringUtils.java | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/java/org/apache/commons/exec/util/StringUtils.java
b/src/main/java/org/apache/commons/exec/util/StringUtils.java
index 182fae4a..dbc87be2 100644
--- a/src/main/java/org/apache/commons/exec/util/StringUtils.java
+++ b/src/main/java/org/apache/commons/exec/util/StringUtils.java
@@ -135,12 +135,12 @@ public class StringUtils {
* A key consists of the following characters:
* </p>
* <ul>
- * <li>letter
- * <li>digit
- * <li>dot character
- * <li>hyphen character
- * <li>plus character
- * <li>underscore character
+ * <li>letter</li>
+ * <li>digit</li>
+ * <li>dot character</li>
+ * <li>hyphen character</li>
+ * <li>plus character</li>
+ * <li>underscore character</li>
* </ul>
*
* @param argStr the argument string to be processed.