Updating javadoc to note new '/' difference between Java and JavaScript (LANG-421)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@795594 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-07-19 19:04:30 +00:00
parent 0bfa6b451e
commit dff12292a0
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ public class StringEscapeUtils {
* <code>'t'</code>.</p>
*
* <p>The only difference between Java strings and JavaScript strings
* is that in JavaScript, a single quote must be escaped.</p>
* is that in JavaScript, a single quote and forward-slash (/) are escaped.</p>
*
* <p>Example:
* <pre>
@ -109,7 +109,7 @@ public class StringEscapeUtils {
* <code>'t'</code>.</p>
*
* <p>The only difference between Java strings and JavaScript strings
* is that in JavaScript, a single quote must be escaped.</p>
* is that in JavaScript, a single quote and forward-slash (/) are escaped.</p>
*
* <p>Example:
* <pre>