[jboss-cvs] jboss-portal/common/src/main/org/jboss/portal/common/util ...

Julien Viet julien at jboss.com
Sun Jul 30 17:54:57 EDT 2006


  User: julien  
  Date: 06/07/30 17:54:57

  Modified:    common/src/main/org/jboss/portal/common/util 
                        ParameterMap.java
  Log:
  removed extra colon
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-portal/common/src/main/org/jboss/portal/common/util/ParameterMap.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ParameterMap.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/common/src/main/org/jboss/portal/common/util/ParameterMap.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ParameterMap.java	15 Feb 2006 14:21:04 -0000	1.1
  +++ ParameterMap.java	30 Jul 2006 21:54:57 -0000	1.2
  @@ -30,7 +30,7 @@
    * A decorator that enforce the map content to be <String,String[]>
    *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class ParameterMap implements Map
   {
  @@ -232,7 +232,7 @@
   
         public void remove()
         {
  -         delegate.remove();;
  +         delegate.remove();
         }
   
         public boolean hasNext()
  
  
  



More information about the jboss-cvs-commits mailing list