[jboss-cvs] jboss-seam/src/main/org/jboss/seam/mock ...

Gavin King gavin.king at jboss.com
Mon Jun 25 17:02:56 EDT 2007


  User: gavin   
  Date: 07/06/25 17:02:56

  Modified:    src/main/org/jboss/seam/mock     MockExternalContext.java
                        MockFacesContext.java MockHttpServletRequest.java
                        MockHttpSession.java
  Log:
  get rid of non-ascii
  
  Revision  Changes    Path
  1.22      +5 -3      jboss-seam/src/main/org/jboss/seam/mock/MockExternalContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockExternalContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/MockExternalContext.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- MockExternalContext.java	10 Jun 2007 20:39:48 -0000	1.21
  +++ MockExternalContext.java	25 Jun 2007 21:02:55 -0000	1.22
  @@ -1,6 +1,8 @@
   /*
  - *  * JBoss, Home of Professional Open Source  *  * Distributable under LGPL
  - * license.  * See terms of license at gnu.org.  
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
    */
   package org.jboss.seam.mock;
   
  @@ -33,7 +35,7 @@
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.21 $
  + * @version $Revision: 1.22 $
    */
   public class MockExternalContext extends ExternalContext
   {
  
  
  
  1.19      +4 -2      jboss-seam/src/main/org/jboss/seam/mock/MockFacesContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockFacesContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/MockFacesContext.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- MockFacesContext.java	22 Jun 2007 19:49:22 -0000	1.18
  +++ MockFacesContext.java	25 Jun 2007 21:02:55 -0000	1.19
  @@ -1,6 +1,8 @@
   /*
  - *  * JBoss, Home of Professional Open Source  *  * Distributable under LGPL
  - * license.  * See terms of license at gnu.org.  
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
    */
   package org.jboss.seam.mock;
   
  
  
  
  1.17      +6 -6      jboss-seam/src/main/org/jboss/seam/mock/MockHttpServletRequest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockHttpServletRequest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/MockHttpServletRequest.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- MockHttpServletRequest.java	10 Jun 2007 20:39:48 -0000	1.16
  +++ MockHttpServletRequest.java	25 Jun 2007 21:02:55 -0000	1.17
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.mock;
   
   import java.io.BufferedReader;
  @@ -27,7 +27,7 @@
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.16 $
  + * @version $Revision: 1.17 $
    */
   public class MockHttpServletRequest implements HttpServletRequest
   {
  
  
  
  1.10      +6 -6      jboss-seam/src/main/org/jboss/seam/mock/MockHttpSession.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockHttpSession.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/MockHttpSession.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- MockHttpSession.java	10 Jun 2007 20:39:48 -0000	1.9
  +++ MockHttpSession.java	25 Jun 2007 21:02:55 -0000	1.10
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.mock;
   
   import java.util.Enumeration;
  @@ -17,7 +17,7 @@
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   @SuppressWarnings("deprecation")
   public class MockHttpSession implements HttpSession
  
  
  



More information about the jboss-cvs-commits mailing list