Author: henrib
Date: Mon Jun 1 08:23:12 2015
New Revision: 1682834
URL: http://svn.apache.org/r1682834
Log:
JEXL:
Javadoc
Modified:
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlScript.java
Modified:
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlScript.java
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlScript.java?rev=1682834&r1=1682833&r2=1682834&view=diff
==============================================================================
---
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlScript.java
(original)
+++
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlScript.java
Mon Jun 1 08:23:12 2015
@@ -39,7 +39,7 @@ public interface JexlScript {
String getSourceText();
/**
- * Recreates the source text of this expression from the internal synactic
tree.
+ * Recreates the source text of this expression from the internal
syntactic tree.
* @return the source text
*/
String getParsedText();