This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch LoggerContextProperties
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 5df4462d0ce53f33e2a69819d908f001fde193b5
Author: Michael Ernst <[email protected]>
AuthorDate: Wed Apr 12 06:04:47 2023 -0700

    Remove deprecated docs from `PatternParser#extractConverter()` (#1423)
---
 .../java/org/apache/logging/log4j/core/pattern/PatternParser.java | 8 --------
 1 file changed, 8 deletions(-)

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 1ee7c43d47..da76555bd5 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
@@ -220,14 +220,6 @@ public final class PatternParser {
 
     /**
      * 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.
-     * </p>
-     * <p>
-     * If i points to a char which is not a character acceptable at the start 
of a unicode identifier, the value null is
-     * returned.
-     * </p>
      *
      * @param lastChar
      *        last processed character.

Reply via email to