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 2007/12/19 14:58:05 UTC

svn commit: r605543 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/components/pipeline/impl/PipelineComponentInfo.java

Author: vgritsenko
Date: Wed Dec 19 05:58:05 2007
New Revision: 605543

URL: http://svn.apache.org/viewvc?rev=605543&view=rev
Log:
javadoc

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/components/pipeline/impl/PipelineComponentInfo.java

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/components/pipeline/impl/PipelineComponentInfo.java
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/components/pipeline/impl/PipelineComponentInfo.java?rev=605543&r1=605542&r2=605543&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/components/pipeline/impl/PipelineComponentInfo.java (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/components/pipeline/impl/PipelineComponentInfo.java Wed Dec 19 05:58:05 2007
@@ -29,8 +29,8 @@
 /**
  * Holds informations defined in <map:components> such as default hint, labels and mime-types
  * that are needed when building a processor and to manage inheritance when building child processors.
- * <p>
- * In previous versions of the sitemap engine, these informations where store in specialized
+ *
+ * <p>In previous versions of the sitemap engine, this information was stored in specialized
  * extensions of ComponentSelector (<code>SitemapComponentSelector</code> and
  * <code>OutputComponentSelector</code>), which led to a strong dependency on the chosen component
  * container implementation. This is now a regular component that also "listens" to modifications