vy commented on code in PR #1753:
URL: https://github.com/apache/logging-log4j2/pull/1753#discussion_r1347482279


##########
log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java:
##########
@@ -152,14 +152,14 @@ public boolean requiresLocation() {
     /**
      * Deprecated, use {@link #newSerializerBuilder()} instead.
      *
-     * @param configuration
-     * @param replace
-     * @param pattern
-     * @param defaultPattern
-     * @param patternSelector
-     * @param alwaysWriteExceptions
-     * @param noConsoleNoAnsi
-     * @return a new Serializer.
+     * @param configuration the current configuration
+     * @param replace Allows portions of the resulting String to be replaced.
+     * @param pattern the current patternt

Review Comment:
   ```suggestion
        * @param pattern the current pattern
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to