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:
parent
0bfa6b451e
commit
dff12292a0
|
@ -68,7 +68,7 @@ public class StringEscapeUtils {
|
||||||
* <code>'t'</code>.</p>
|
* <code>'t'</code>.</p>
|
||||||
*
|
*
|
||||||
* <p>The only difference between Java strings and JavaScript strings
|
* <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:
|
* <p>Example:
|
||||||
* <pre>
|
* <pre>
|
||||||
|
@ -109,7 +109,7 @@ public class StringEscapeUtils {
|
||||||
* <code>'t'</code>.</p>
|
* <code>'t'</code>.</p>
|
||||||
*
|
*
|
||||||
* <p>The only difference between Java strings and JavaScript strings
|
* <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:
|
* <p>Example:
|
||||||
* <pre>
|
* <pre>
|
||||||
|
|
Loading…
Reference in New Issue