You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/04/30 05:05:49 UTC

svn commit: r398271 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/SimpleNode.java

Author: dion
Date: Sat Apr 29 20:05:47 2006
New Revision: 398271

URL: http://svn.apache.org/viewcvs?rev=398271&view=rev
Log:
Checkstyle

Modified:
    jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/SimpleNode.java

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/SimpleNode.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/SimpleNode.java?rev=398271&r1=398270&r2=398271&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/SimpleNode.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/SimpleNode.java Sat Apr 29 20:05:47 2006
@@ -163,7 +163,7 @@
      * Gets the value of this node.
      * 
      * @param context the context to retrieve values from.
-     * @return the result of addition.
+     * @return the value of the node.
      * @throws Exception when evaluating the operands fails.
      */
     public Object value(JexlContext context) throws Exception {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org