Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 19, 2023
1 parent 8d48789 commit 93a9926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private static <K, R> R applyDefaultValue(final Map<? super K, ?> map, final K k
* 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
Expand Down

0 comments on commit 93a9926

Please sign in to comment.