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><script>contents..</script></code> tags
found in the specified
+ * input string and replaces their contents into one large
<code><script></script></code>
* block (meaning if multiple script blocks are found, they will be turned
into one),
* with the addition of [EMAIL PROTECTED] #BEGIN_COMMENT} inserted before
the logic block and
* [EMAIL PROTECTED] #END_COMMENT} inserted after the logic block.