Repository: logging-log4j2 Updated Branches: refs/heads/master d9c8e801d -> c1face3cb
Javadoc fix description and 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/c107928c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c107928c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c107928c Branch: refs/heads/master Commit: c107928caa87000fab1005adac7612580ee4b3da Parents: d9c8e80 Author: Gary Gregory <[email protected]> Authored: Sun Sep 28 20:42:35 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Sep 28 20:42:35 2014 -0400 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/core/pattern/PatternParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c107928c/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternParser.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternParser.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternParser.java index 572975e..1b44fcd 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternParser.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternParser.java @@ -196,7 +196,7 @@ public final class PatternParser { } /** - * Extract the converter identifier found at position i. + * Extracts the converter identifier found at the given start position. * <p> * After this function returns, the variable i will point to the first char after the end of the converter * identifier.
