You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/03/11 21:48:29 UTC

svn commit: r157154 - cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java

Author: vgritsenko
Date: Fri Mar 11 12:48:29 2005
New Revision: 157154

URL: http://svn.apache.org/viewcvs?view=rev&rev=157154
Log:
whitespaces

Modified:
    cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java

Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java?view=diff&r1=157153&r2=157154
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java (original)
+++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java Fri Mar 11 12:48:29 2005
@@ -364,7 +364,7 @@
                 if (redirectURL.indexOf(":") == -1) {
                     redirectURL = this.protocol + ":/" + redirectURL;
                 }
-                if ( this.sourceResolver == null ) {
+                if (this.sourceResolver == null) {
                     this.sourceResolver = (SourceResolver) this.manager.lookup(SourceResolver.ROLE);
                 }
                 this.redirectSource = this.sourceResolver.resolveURI(redirectURL);
@@ -376,8 +376,7 @@
             this.exception = e;
         } catch (Exception e) {
             reset();
-            this.exception = new SAXException("Could not get sitemap source "
-                                                     + this.systemId, e);
+            this.exception = new SAXException("Could not get sitemap source " + this.systemId, e);
         }
         this.needsRefresh = false;
     }
@@ -412,7 +411,7 @@
                                                         this.pipelineProcessor);
                 try {
                     this.processingPipeline.process(this.environment,
-                                       CocoonComponentManager.createEnvironmentAwareConsumer(consumer));
+                                                    CocoonComponentManager.createEnvironmentAwareConsumer(consumer));
                 } finally {
                     CocoonComponentManager.leaveEnvironment();
                 }
@@ -421,8 +420,7 @@
             // Preserve original exception
             throw e;
         } catch (Exception e) {
-            throw new SAXException("Exception during processing of "
-                                          + this.systemId, e);
+            throw new SAXException("Exception during processing of " + this.systemId, e);
         } finally {
             this.needsRefresh = true;
         }