Skip to content

Commit 67babc5

Browse files
mernstvy
authored andcommitted
Remove deprecated docs from PatternParser#extractConverter() (#1423)
1 parent 295424a commit 67babc5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/PatternParser.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,6 @@ public List<PatternFormatter> parse(final String pattern, final boolean alwaysWr
220220

221221
/**
222222
* Extracts the converter identifier found at the given start position.
223-
* <p>
224-
* After this function returns, the variable i will point to the first char after the end of the converter
225-
* identifier.
226-
* </p>
227-
* <p>
228-
* If i points to a char which is not a character acceptable at the start of a unicode identifier, the value null is
229-
* returned.
230-
* </p>
231223
*
232224
* @param lastChar
233225
* last processed character.

0 commit comments

Comments
 (0)