You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2008/03/29 15:35:21 UTC

svn commit: r642537 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/util/ScriptUtils.java

Author: andyhot
Date: Sat Mar 29 07:35:20 2008
New Revision: 642537

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

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/util/ScriptUtils.java

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/util/ScriptUtils.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/util/ScriptUtils.java?rev=642537&r1=642536&r2=642537&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/util/ScriptUtils.java (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/util/ScriptUtils.java Sat Mar 29 07:35:20 2008
@@ -61,8 +61,8 @@
     private ScriptUtils() { }
 
     /**
-     * Takes any <script>contents..</script> tags found in the specified
-     * input string and replaces their contents into one large <script></script>
+     * Takes any <code>&lt;script&gt;contents..&lt;/script&gt;</code> tags found in the specified
+     * input string and replaces their contents into one large <code>&lt;script&gt;&lt;/script&gt;</code>
      * block (meaning if multiple script blocks are found, they will be turned into one),
      * with the addition of {@link #BEGIN_COMMENT} inserted before the logic block and
      * {@link #END_COMMENT} inserted after the logic block.