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 2003/09/30 18:37:11 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/expression/jexl JexlExpression.java

dion        2003/09/30 09:37:11

  Modified:    jelly/src/java/org/apache/commons/jelly/expression/jexl
                        JexlExpression.java
  Log:
  Apply Jelly-88
  
  Revision  Changes    Path
  1.15      +6 -6      jakarta-commons/jelly/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java
  
  Index: JexlExpression.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- JexlExpression.java	27 Nov 2002 15:22:31 -0000	1.14
  +++ JexlExpression.java	30 Sep 2003 16:37:10 -0000	1.15
  @@ -155,7 +155,7 @@
       }
   
       public Object get(Object key) {
  -        return context.findVariable( (String) key );
  +        return context.getVariable( (String) key );
       }
   
       public void clear() {
  
  
  

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