Author: sebb
Date: Fri Jul 18 18:18:00 2008
New Revision: 678087

URL: http://svn.apache.org/viewvc?rev=678087&view=rev
Log:
Fix class Javadoc

Modified:
    jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscape.java

Modified: 
jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscape.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscape.java?rev=678087&r1=678086&r2=678087&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscape.java 
(original)
+++ 
jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscape.java 
Fri Jul 18 18:18:00 2008
@@ -30,7 +30,11 @@
 import org.apache.jmeter.util.JMeterUtils;
 
 /**
- * Function to generate chars from a list of decimal or hex values
+ * Function to unescape any Java literals found in the String.
+ * For example, it will turn a sequence of '\' and 'n' into a newline 
character,
+ * unless the '\' is preceded by another '\'.
+ * 
+ * @see StringEscapeUtils#unescapeJava(String)
  */
 public class UnEscape extends AbstractFunction implements Serializable {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to