[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-48-g138ac69

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Thu Jun 9 11:42:56 CEST 2011


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  138ac6971a6052445019f7629a22cf83d4e78d6c (commit)
      from  8d072bf22a0b9528f6b6e9167cacb3111db7b09b (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=138ac6971a6052445019f7629a22cf83d4e78d6c
http://github.com/ceki/logback/commit/138ac6971a6052445019f7629a22cf83d4e78d6c

commit 138ac6971a6052445019f7629a22cf83d4e78d6c
Author: Joern Huxhorn <jhuxhorn at googlemail.com>
Date:   Wed Jun 8 10:09:03 2011 +0200

    Typo in documentation: changed .? to ?. in text.
    The example was already correct.

diff --git a/logback-site/src/site/pages/manual/filters.html b/logback-site/src/site/pages/manual/filters.html
index 0d9e9dd..f4f63d5 100644
--- a/logback-site/src/site/pages/manual/filters.html
+++ b/logback-site/src/site/pages/manual/filters.html
@@ -345,7 +345,7 @@ public class SampleFilter extends Filter&gt;ILoggingEvent> {
     <code>/Googlebot|msnbot|Yahoo/</code> regular expression. Note
     that since the MDC map can be null, we are also using Groovy's <a
     href="http://groovy.codehaus.org/Null+Object+Pattern">safe
-    dereferencing operator</a>, that is the .? operator. The equivalent
+    dereferencing operator</a>, that is the ?. operator. The equivalent
     logic would have been much longer if expressed in Java.
     </p>
     

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

Summary of changes:
 logback-site/src/site/pages/manual/filters.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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


More information about the logback-dev mailing list