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/07/11 08:27:08 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly JellyContext.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org