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

Gavin King gavin.king at jboss.com
Tue Jul 10 04:57:37 EDT 2007


  User: gavin   
  Date: 07/07/10 04:57:37

  Modified:    src/main/org/jboss/seam/international  ResourceBundle.java
  Log:
  JBSEAM-1606, JBSEAM 1632
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/src/main/org/jboss/seam/international/ResourceBundle.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceBundle.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/international/ResourceBundle.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- ResourceBundle.java	8 Jul 2007 21:13:37 -0000	1.5
  +++ ResourceBundle.java	10 Jul 2007 08:57:37 -0000	1.6
  @@ -13,7 +13,7 @@
    * 
    * @author Gavin King
    */
  - at Scope(ScopeType.SESSION)
  + at Scope(ScopeType.STATELESS)
   @BypassInterceptors
   @Name("org.jboss.seam.core.resourceBundleFactory")
   @Install(precedence=FRAMEWORK, dependencies="org.jboss.seam.international.locale")
  
  
  



More information about the jboss-cvs-commits mailing list