
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 04c818e490672640ec22946276613d6a6b26f6fc (commit) from d60e17bc408c8c168240d9aeb04a566736669651 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=04c818e490672640ec2294627... http://github.com/ceki/logback/commit/04c818e490672640ec22946276613d6a6b26f6... commit 04c818e490672640ec22946276613d6a6b26f6fc Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Oct 20 17:44:28 2011 +0200 minor edit diff --git a/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java b/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java index f538588..765a107 100644 --- a/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java +++ b/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java @@ -192,7 +192,7 @@ public final class Logger implements org.slf4j.Logger, LocationAwareLogger, * This method is invoked by parent logger to let this logger know that the * prent's levelInt changed. * - * @param newParentLevel + * @param newParentLevelInt */ private synchronized void handleParentLevelChange(int newParentLevelInt) { // changes in the parent levelInt affect children only if their levelInt is ----------------------------------------------------------------------- Summary of changes: .../main/java/ch/qos/logback/classic/Logger.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.