You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ecs-dev@jakarta.apache.org by sn...@apache.org on 2001/09/05 16:08:58 UTC

cvs commit: jakarta-ecs/src/java/org/apache/ecs ElementAttributes.java

snagy       01/09/05 07:08:58

  Modified:    src/java/org/apache/ecs ElementAttributes.java
  Log:
  Bug Fix.
  Submitted by:	choi@cimfoniq.org
  Reviewed by:	snagy@connectria.com
  
  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:snagy@servletapi.com">Stephan Nagy</a>
       @author <a href="mailto:jon@clearink.com">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: ecs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-dev-help@jakarta.apache.org