Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 32944 invoked from network); 24 Nov 2008 12:47:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 12:47:07 -0000 Received: (qmail 45201 invoked by uid 500); 24 Nov 2008 12:47:17 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 45085 invoked by uid 500); 24 Nov 2008 12:47:16 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 45076 invoked by uid 99); 24 Nov 2008 12:47:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 04:47:16 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 24 Nov 2008 12:45:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2781823889B9; Mon, 24 Nov 2008 04:46:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r720180 - /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java/org/apache/cocoon/selection/ExceptionSelector.java Date: Mon, 24 Nov 2008 12:46:14 -0000 To: cvs@cocoon.apache.org From: felixk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081124124615.2781823889B9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: felixk Date: Mon Nov 24 04:46:14 2008 New Revision: 720180 URL: http://svn.apache.org/viewvc?rev=720180&view=rev Log: Fix end tag in documentation Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java/org/apache/cocoon/selection/ExceptionSelector.java Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java/org/apache/cocoon/selection/ExceptionSelector.java URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java/org/apache/cocoon/selection/ExceptionSelector.java?rev=720180&r1=720179&r2=720180&view=diff ============================================================================== --- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java/org/apache/cocoon/selection/ExceptionSelector.java (original) +++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/src/main/java/org/apache/cocoon/selection/ExceptionSelector.java Mon Nov 24 04:46:14 2008 @@ -44,8 +44,8 @@ * <exception name="denied" class="java.security.SecurityException"/> * <exception name="denied" class="my.comp.auth.AuthenticationFailure"/> * </map:selector> - * <selectors/> - * <map:components/> + * </selectors> + * </map:components> * * This example shows several features : *
  • the "class" is the class name of the exception (which can be any Throwable),