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

Gavin King gavin.king at jboss.com
Sun Jan 7 22:28:04 EST 2007


  User: gavin   
  Date: 07/01/07 22:28:04

  Modified:    src/main/org/jboss/seam/core  TimeZoneSelector.java
  Log:
  fix sp error JBSEAM-640
  
  Revision  Changes    Path
  1.9       +2 -2      jboss-seam/src/main/org/jboss/seam/core/TimeZoneSelector.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TimeZoneSelector.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/TimeZoneSelector.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- TimeZoneSelector.java	21 Dec 2006 02:38:26 -0000	1.8
  +++ TimeZoneSelector.java	8 Jan 2007 03:28:04 -0000	1.9
  @@ -43,7 +43,7 @@
      
      /**
       * Force the resource bundle to reload, using the current locale, 
  -    * and raise the org.jboss.seam.timeToneSelected event
  +    * and raise the org.jboss.seam.timeZoneSelected event
       */
      public void select()
      {
  @@ -51,7 +51,7 @@
   
         if ( Events.exists() ) 
         {
  -          Events.instance().raiseEvent( "org.jboss.seam.timeToneSelected", getTimeZoneId() );
  +          Events.instance().raiseEvent( "org.jboss.seam.timeZoneSelected", getTimeZoneId() );
         }
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list