Author: sebb
Date: Thu Dec  1 10:26:53 2011
New Revision: 1209023

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

Modified:
    
commons/proper/jexl/branches/2.0-API-COMPAT/src/main/java/org/apache/commons/jexl2/Interpreter.java

Modified: 
commons/proper/jexl/branches/2.0-API-COMPAT/src/main/java/org/apache/commons/jexl2/Interpreter.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0-API-COMPAT/src/main/java/org/apache/commons/jexl2/Interpreter.java?rev=1209023&r1=1209022&r2=1209023&view=diff
==============================================================================
--- 
commons/proper/jexl/branches/2.0-API-COMPAT/src/main/java/org/apache/commons/jexl2/Interpreter.java
 (original)
+++ 
commons/proper/jexl/branches/2.0-API-COMPAT/src/main/java/org/apache/commons/jexl2/Interpreter.java
 Thu Dec  1 10:26:53 2011
@@ -105,9 +105,9 @@ public class Interpreter implements Pars
     protected Map<String, Object> functors;
     /** The context to store/retrieve variables. */
     protected final JexlContext context;
-    /** Strict interpreter flag. Do not modify; will be made final in a later 
version. */
+    /** Strict interpreter flag. Do not modify; will be made final/private in 
a later version. */
     protected boolean strict;
-    /** Silent intepreter flag.  Do not modify; will be made final in a later 
version. */
+    /** Silent intepreter flag.  Do not modify; will be made final/private in 
a later version. */
     protected boolean silent;
     /** Cache executors. */
     protected final boolean cache;


Reply via email to