This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 80f05b93 Javadoc
80f05b93 is described below
commit 80f05b933b6568eea0006deeb49b27cdb96bfd52
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 13:59:34 2026 +0000
Javadoc
---
src/main/java/org/apache/commons/exec/util/MapUtils.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/exec/util/MapUtils.java
b/src/main/java/org/apache/commons/exec/util/MapUtils.java
index 5fcc5d7b..a91abb9b 100644
--- a/src/main/java/org/apache/commons/exec/util/MapUtils.java
+++ b/src/main/java/org/apache/commons/exec/util/MapUtils.java
@@ -45,8 +45,8 @@ public class MapUtils {
*
* @param lhs the first map.
* @param rhs the second map.
- * @param <K> the map key type.
- * @param <V> the map value type.
+ * @param <K> The map key type.
+ * @param <V> The map value type.
* @return the merged map.
*/
public static <K, V> Map<K, V> merge(final Map<K, V> lhs, final Map<K, V>
rhs) {