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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 93a992657 Javadoc
93a992657 is described below

commit 93a992657a4cf5a0a21ecbeb42a8b9967e5377ef
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 19 07:28:04 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/collections4/MapUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/collections4/MapUtils.java 
b/src/main/java/org/apache/commons/collections4/MapUtils.java
index 047643713..f1b9b8133 100644
--- a/src/main/java/org/apache/commons/collections4/MapUtils.java
+++ b/src/main/java/org/apache/commons/collections4/MapUtils.java
@@ -152,7 +152,7 @@ public class MapUtils {
      * Prints the given map with nice line breaks.
      * <p>
      * This method prints a nicely formatted String describing the Map. Each 
map entry will be printed with key, value
-     * and value classname. When the value is a Map, recursive behavior occurs.
+     * and value class name. When the value is a Map, recursive behavior 
occurs.
      * </p>
      * <p>
      * This method is NOT thread-safe in any special way. You must manually 
synchronize on either this class or the

Reply via email to