From commits-return-1813-apmail-logging-commits-archive=logging.apache.org@logging.apache.org Mon Dec 17 15:19:23 2012
Return-Path:
X-Original-To: apmail-logging-commits-archive@minotaur.apache.org
Delivered-To: apmail-logging-commits-archive@minotaur.apache.org
Received: from mail.apache.org (hermes.apache.org [140.211.11.3])
by minotaur.apache.org (Postfix) with SMTP id DD62ED21D
for ; Mon, 17 Dec 2012 15:19:23 +0000 (UTC)
Received: (qmail 68771 invoked by uid 500); 17 Dec 2012 15:19:23 -0000
Delivered-To: apmail-logging-commits-archive@logging.apache.org
Received: (qmail 68754 invoked by uid 500); 17 Dec 2012 15:19:23 -0000
Mailing-List: contact commits-help@logging.apache.org; run by ezmlm
Precedence: bulk
List-Help:
List-Unsubscribe:
List-Post:
List-Id:
Reply-To: dev@logging.apache.org
Delivered-To: mailing list commits@logging.apache.org
Received: (qmail 68747 invoked by uid 99); 17 Dec 2012 15:19:23 -0000
Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230)
by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 15:19:23 +0000
X-ASF-Spam-Status: No, hits=-2000.0 required=5.0
tests=ALL_TRUSTED
X-Spam-Check-By: apache.org
Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4)
by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 15:19:16 +0000
Received: from eris.apache.org (localhost [127.0.0.1])
by eris.apache.org (Postfix) with ESMTP id 2251F238899C;
Mon, 17 Dec 2012 15:18:55 +0000 (UTC)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r1422976 -
/logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml
Date: Mon, 17 Dec 2012 15:18:54 -0000
To: commits@logging.apache.org
From: ggregory@apache.org
X-Mailer: svnmailer-1.0.8-patched
Message-Id: <20121217151855.2251F238899C@eris.apache.org>
X-Virus-Checked: Checked by ClamAV on apache.org
Author: ggregory
Date: Mon Dec 17 15:18:54 2012
New Revision: 1422976
URL: http://svn.apache.org/viewvc?rev=1422976&view=rev
Log:
Match code example to real class name.
Modified:
logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml?rev=1422976&r1=1422975&r2=1422976&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml Mon Dec 17 15:18:54 2012
@@ -212,7 +212,7 @@ public class SystemPropertiesLookup impl
@Plugin(name = "ThresholdFilter", type = "Core", elementType = "filter", printObject = true)
-public final class ThresholdFilter extends FilterBase {
+public final class ThresholdFilter extends AbstractFilter {
private final Level level;