From 93a992657a4cf5a0a21ecbeb42a8b9967e5377ef Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 19 Oct 2023 07:28:04 -0400 Subject: [PATCH] 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 0476437132..f1b9b8133b 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 @@ private static R applyDefaultValue(final Map map, final K k * Prints the given map with nice line breaks. *

* 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. *

*

* This method is NOT thread-safe in any special way. You must manually synchronize on either this class or the