
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 "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via 2cf1b399928f7460277e5d057f8297e2e0551945 (commit) from 6f3d29fdae82c872b61ed5356aab66571d000876 (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=slf4j.git;a=commit;h=2cf1b399928f7460277e5d057f8... http://github.com/ceki/slf4j/commit/2cf1b399928f7460277e5d057f8297e2e0551945 commit 2cf1b399928f7460277e5d057f8297e2e0551945 Author: Ceki Gulcu <ceki@qos.ch> Date: Tue Jun 12 14:43:25 2012 +0200 fix bug #261 diff --git a/slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java b/slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java index 5e5f0d7..3c20c14 100644 --- a/slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java +++ b/slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java @@ -48,7 +48,7 @@ public final class JDK14LoggerAdapter extends MarkerIgnoringBase implements private static final long serialVersionUID = -8053026990503422791L; - final java.util.logging.Logger logger; + transient final java.util.logging.Logger logger; // WARN: JDK14LoggerAdapter constructor should have only package access so // that only JDK14LoggerFactory be able to create one. ----------------------------------------------------------------------- Summary of changes: .../java/org/slf4j/impl/JDK14LoggerAdapter.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java