snagy       01/09/05 07:08:58

  Modified:    src/java/org/apache/ecs ElementAttributes.java
  Log:
  Bug Fix.
  Submitted by: [EMAIL PROTECTED]
  Reviewed by:  [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.13      +1 -2      jakarta-ecs/src/java/org/apache/ecs/ElementAttributes.java
  
  Index: ElementAttributes.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ecs/src/java/org/apache/ecs/ElementAttributes.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ElementAttributes.java    2001/08/07 15:39:56     1.12
  +++ ElementAttributes.java    2001/09/05 14:08:58     1.13
  @@ -62,7 +62,7 @@
   /**
       This class provides a common set of attributes set* methods for all classes.
       It is abstract to prevent direct instantiation.
  -    @version $Id: ElementAttributes.java,v 1.12 2001/08/07 15:39:56 snagy Exp $
  +    @version $Id: ElementAttributes.java,v 1.13 2001/09/05 14:08:58 snagy Exp $
       @author <a href="mailto:[EMAIL PROTECTED]";>Stephan Nagy</a>
       @author <a href="mailto:[EMAIL PROTECTED]";>Jon S. Stevens</a>
   */
  @@ -354,7 +354,6 @@
               out.append(' ');
               out.append(alterCase(attr));
                        int iStartPos = out.length();
  -            out.append(alterCase(attr));
               if ( !value.equalsIgnoreCase(NO_ATTRIBUTE_VALUE) )
               {
                   // we have a value 
  
  
  

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

Reply via email to