Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 99273 invoked from network); 7 Nov 2008 16:29:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2008 16:29:21 -0000 Received: (qmail 51794 invoked by uid 500); 7 Nov 2008 16:29:27 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 51734 invoked by uid 500); 7 Nov 2008 16:29:27 -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 51725 invoked by uid 99); 7 Nov 2008 16:29:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 08:29:27 -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; Fri, 07 Nov 2008 16:28:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5E736238889E; Fri, 7 Nov 2008 08:28:30 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r712185 - /cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/util/TransformationUtils.java Date: Fri, 07 Nov 2008 16:28:22 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081107162830.5E736238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Fri Nov 7 08:28:04 2008 New Revision: 712185 URL: http://svn.apache.org/viewvc?rev=712185&view=rev Log: minor javadoc improvement Modified: cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/util/TransformationUtils.java Modified: cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/util/TransformationUtils.java URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/util/TransformationUtils.java?rev=712185&r1=712184&r2=712185&view=diff ============================================================================== --- cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/util/TransformationUtils.java (original) +++ cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/util/TransformationUtils.java Fri Nov 7 08:28:04 2008 @@ -31,7 +31,7 @@ /** * This class contains utility methods to transform an XML string by using XSLT. It hides all the details of the Java * TRaX API by using SAX pipeline components that are linked to each other. This means that the SAX events stream - * through through the pipeline and are serialized at the end. + * through the pipeline and are serialized at the end. * * NOTE: Exception handling needs to be discussed and will probably change. */