Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 20686 invoked from network); 7 Oct 2004 12:13:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Oct 2004 12:13:10 -0000 Received: (qmail 93851 invoked by uid 500); 7 Oct 2004 12:12:36 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 93673 invoked by uid 500); 7 Oct 2004 12:12:34 -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: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 93559 invoked by uid 99); 7 Oct 2004 12:12:32 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 07 Oct 2004 05:12:31 -0700 Received: (qmail 20162 invoked by uid 65534); 7 Oct 2004 12:12:28 -0000 Date: 7 Oct 2004 12:12:28 -0000 Message-ID: <20041007121228.20160.qmail@minotaur.apache.org> From: vgritsenko@apache.org To: cvs@cocoon.apache.org Subject: svn commit: rev 53961 - cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: vgritsenko Date: Thu Oct 7 05:12:26 2004 New Revision: 53961 Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/xml/EmbeddedXMLPipe.java Log: formatting Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/xml/EmbeddedXMLPipe.java ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/xml/EmbeddedXMLPipe.java (original) +++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/xml/EmbeddedXMLPipe.java Thu Oct 7 05:12:26 2004 @@ -1,12 +1,12 @@ /* * Copyright 1999-2004 The Apache Software Foundation. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,10 +26,10 @@ * events. * * @author Ovidiu Predescu - * @version CVS $Id: EmbeddedXMLPipe.java,v 1.2 2004/03/05 13:03:01 bdelacretaz Exp $ + * @version CVS $Id$ */ -public class EmbeddedXMLPipe extends AbstractXMLPipe -{ +public class EmbeddedXMLPipe extends AbstractXMLPipe { + /** * Creates an EmbeddedXMLPipe that writes into the given ContentHandler. */ @@ -42,9 +42,7 @@ * * @exception SAXException if an error occurs */ - public void startDocument() - throws SAXException - { + public void startDocument() throws SAXException { } /** @@ -52,8 +50,6 @@ * * @exception SAXException if an error occurs */ - public void endDocument() - throws SAXException - { + public void endDocument() throws SAXException { } }