You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by sh...@apache.org on 2002/04/08 22:46:40 UTC

cvs commit: jakarta-taglibs/standard/src/org/apache/taglibs/standard/tag/common/core ParamSupport.java

shawn       02/04/08 13:46:40

  Modified:    standard/src/org/apache/taglibs/standard/tag/common/core
                        ParamSupport.java
  Log:
  Reversed order of parameters again :)
  
  Revision  Changes    Path
  1.7       +3 -3      jakarta-taglibs/standard/src/org/apache/taglibs/standard/tag/common/core/ParamSupport.java
  
  Index: ParamSupport.java
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/src/org/apache/taglibs/standard/tag/common/core/ParamSupport.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ParamSupport.java	30 Mar 2002 21:17:33 -0000	1.6
  +++ ParamSupport.java	8 Apr 2002 20:46:40 -0000	1.7
  @@ -180,9 +180,9 @@
   		throw new IllegalStateException();
   	    done = true;
   
  -	    // reverse the order of our two lists
  -	    Collections.reverse(this.names);
  -	    Collections.reverse(this.values);
  +	    //// reverse the order of our two lists
  +	    // Collections.reverse(this.names);
  +	    // Collections.reverse(this.values);
   
   	    // build a string from the parameter list 
   	    StringBuffer newParams = new StringBuffer();
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>