garydgregory commented on a change in pull request #466:
URL: https://github.com/apache/logging-log4j2/pull/466#discussion_r577568701
##########
File path: log4j-api/src/main/java/org/apache/logging/log4j/Logger.java
##########
@@ -292,12 +294,12 @@
/**
* Logs a message at the {@link Level#DEBUG DEBUG} level including the
stack trace of the {@link Throwable}
- * <code>t</code> passed as parameter.
+ * <code>throwable</code> passed as parameter.
*
* @param message the message to log.
- * @param t the exception to log, including its stack trace.
+ * @param throwable the exception to log, including its stack trace.
*/
Review comment:
Same comment as above... might as well be consistent ;-)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]