You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/11/07 17:28:22 UTC

svn commit: r712185 - /cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/util/TransformationUtils.java

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.
  */