You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "vy (via GitHub)" <gi...@apache.org> on 2023/10/05 14:06:15 UTC

Re: [PR] Issue 1275 broken javadoc (logging-log4j2)

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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org