You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by di...@apache.org on 2007/10/26 17:08:49 UTC

svn commit: r588679 - /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/Interpreter.java

Author: dion
Date: Fri Oct 26 08:08:49 2007
New Revision: 588679

URL: http://svn.apache.org/viewvc?rev=588679&view=rev
Log:
comment

Modified:
    commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/Interpreter.java

Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/Interpreter.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/Interpreter.java?rev=588679&r1=588678&r2=588679&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/Interpreter.java (original)
+++ commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/Interpreter.java Fri Oct 26 08:08:49 2007
@@ -116,6 +116,7 @@
     }
 
     /**
+     * TODO: Does this need to be a setter.
      * sets the uberspect to use for divining bean properties etc.
      * 
      * @param anUberspect the uberspect.