luetzkendorf    2004/12/16 07:44:07

  Modified:    src/share/org/apache/slide/util/conf Element.java
  Log:
  made empty string to default for undefined properties
  
  Revision  Changes    Path
  1.4       +0 -2      
jakarta-slide/src/share/org/apache/slide/util/conf/Element.java
  
  Index: Element.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/util/conf/Element.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Element.java      8 Nov 2004 09:25:02 -0000       1.3
  +++ Element.java      16 Dec 2004 15:44:07 -0000      1.4
  @@ -185,8 +185,6 @@
                       }
                       if (value != null) {
                           b.append(value);
  -                    } else {
  -                        b.append("${" + var + "}");
                       }
                       
                       b.append(tail);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to