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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]