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

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


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

  Modified:    src/main/org/jboss/seam/contexts     ApplicationContext.java
                        EventContext.java PageContext.java
                        ServerConversationContext.java
  Log:
  get rid of non-ascii
  
  Revision  Changes    Path
  1.3       +5 -5      jboss-seam/src/main/org/jboss/seam/contexts/ApplicationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ApplicationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/ApplicationContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ApplicationContext.java	22 Jun 2007 09:18:40 -0000	1.2
  +++ ApplicationContext.java	25 Jun 2007 21:02:55 -0000	1.3
  @@ -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.contexts;
   
   import java.util.Map;
  
  
  
  1.8       +5 -5      jboss-seam/src/main/org/jboss/seam/contexts/EventContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EventContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/EventContext.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- EventContext.java	22 Jun 2007 09:18:40 -0000	1.7
  +++ EventContext.java	25 Jun 2007 21:02:55 -0000	1.8
  @@ -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.contexts;
   
   import java.util.Map;
  
  
  
  1.18      +4 -4      jboss-seam/src/main/org/jboss/seam/contexts/PageContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PageContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/PageContext.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- PageContext.java	20 Jun 2007 08:23:17 -0000	1.17
  +++ PageContext.java	25 Jun 2007 21:02:55 -0000	1.18
  @@ -1,8 +1,8 @@
   /*
  - * JBoss, Home of Professional Open Source  
  + * JBoss, Home of Professional Open Source
    * 
    * Distributable under LGPL license. 
  - * See terms of license at gnu.org.  
  + * See terms of license at gnu.org.
    */
   package org.jboss.seam.contexts;
   
  
  
  
  1.32      +4 -4      jboss-seam/src/main/org/jboss/seam/contexts/ServerConversationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerConversationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/ServerConversationContext.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- ServerConversationContext.java	22 Jun 2007 09:18:40 -0000	1.31
  +++ ServerConversationContext.java	25 Jun 2007 21:02:55 -0000	1.32
  @@ -1,8 +1,8 @@
   /*
  - * JBoss, Home of Professional Open Source  
  + * JBoss, Home of Professional Open Source
    * 
    * Distributable under LGPL license. 
  - * See terms of license at gnu.org.  
  + * See terms of license at gnu.org.
    */
   package org.jboss.seam.contexts;
   
  
  
  



More information about the jboss-cvs-commits mailing list