[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-64-g8e1cd90

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Fri Mar 5 10:00:41 CET 2010


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  8e1cd90c2d99ce58f0cf04c52018f0eb498f08d2 (commit)
      from  5be3366d172124a2e1b8245da15b20e87d32b180 (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=8e1cd90c2d99ce58f0cf04c52018f0eb498f08d2
http://github.com/ceki/logback/commit/8e1cd90c2d99ce58f0cf04c52018f0eb498f08d2

commit 8e1cd90c2d99ce58f0cf04c52018f0eb498f08d2
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Fri Mar 5 10:00:20 2010 +0100

    - minor refactoring

diff --git a/logback-core/src/main/java/ch/qos/logback/core/sift/AppenderFactoryBase.java b/logback-core/src/main/java/ch/qos/logback/core/sift/AppenderFactoryBase.java
index 88d6d34..c87daf9 100644
--- a/logback-core/src/main/java/ch/qos/logback/core/sift/AppenderFactoryBase.java
+++ b/logback-core/src/main/java/ch/qos/logback/core/sift/AppenderFactoryBase.java
@@ -27,11 +27,11 @@ public abstract class AppenderFactoryBase<E> {
   
   protected AppenderFactoryBase(List<SaxEvent> eventList) {
     this.eventList = new ArrayList<SaxEvent>(eventList);
-    removeHoardElement();
+    removeSiftElement();
 
   }
 
-  void removeHoardElement() {
+  void removeSiftElement() {
     eventList.remove(0);
     eventList.remove(eventList.size() - 1);
   }

-----------------------------------------------------------------------

Summary of changes:
 .../qos/logback/core/sift/AppenderFactoryBase.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list