You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2015/06/01 10:23:12 UTC

svn commit: r1682834 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/JexlScript.java

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();