dion 2003/07/10 23:27:08
Modified: jelly/src/java/org/apache/commons/jelly JellyContext.java
Log:
Note about possible bug
Revision Changes Path
1.44 +2 -1
jakarta-commons/jelly/src/java/org/apache/commons/jelly/JellyContext.java
Index: JellyContext.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/JellyContext.java,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- JellyContext.java 23 Jun 2003 00:16:26 -0000 1.43
+++ JellyContext.java 11 Jul 2003 06:27:07 -0000 1.44
@@ -321,8 +321,9 @@
/**
* Sets the Map of variables to use
*/
-
public void setVariables(Map variables) {
+ // FIXME: I have seen this fail when the passed Map contains a key, value
+ // pair where the value is null
this.variables.putAll( variables );
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]