Repository: logging-log4j2 Updated Branches: refs/heads/master cbdd5fc6f -> aae3cc8f8
Javadoc: Use the active voice. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/aae3cc8f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/aae3cc8f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/aae3cc8f Branch: refs/heads/master Commit: aae3cc8f80a832eeed13b75d76f94c38fc59a707 Parents: cbdd5fc Author: Gary Gregory <[email protected]> Authored: Thu Jan 4 12:37:23 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Jan 4 12:37:23 2018 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/logging/log4j/util/StringMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/aae3cc8f/log4j-api/src/main/java/org/apache/logging/log4j/util/StringMap.java ---------------------------------------------------------------------- diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/util/StringMap.java b/log4j-api/src/main/java/org/apache/logging/log4j/util/StringMap.java index 43ea71c..e4ce7e8 100644 --- a/log4j-api/src/main/java/org/apache/logging/log4j/util/StringMap.java +++ b/log4j-api/src/main/java/org/apache/logging/log4j/util/StringMap.java @@ -64,7 +64,7 @@ public interface StringMap extends ReadOnlyStringMap { boolean isFrozen(); /** - * Copy all key-value pairs from the specified {@code ReadOnlyStringMap} into this {@code StringMap}. + * Copies all key-value pairs from the specified {@code ReadOnlyStringMap} into this {@code StringMap}. * @param source the {@code ReadOnlyStringMap} to copy key-value pairs from * @throws java.util.ConcurrentModificationException some implementations may not support structural modifications * to this data structure while iterating over the contents with {@link #forEach(BiConsumer)} or
