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

Gavin King gavin.king at jboss.com
Thu Jun 21 00:36:14 EDT 2007


  User: gavin   
  Date: 07/06/21 00:36:14

  Modified:    src/main/org/jboss/seam/theme  Theme.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.6       +5 -2      jboss-seam/src/main/org/jboss/seam/theme/Theme.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Theme.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/theme/Theme.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Theme.java	20 Jun 2007 17:45:57 -0000	1.5
  +++ Theme.java	21 Jun 2007 04:36:14 -0000	1.6
  @@ -20,7 +20,8 @@
   import org.jboss.seam.core.Interpolator;
   
   /**
  - * Support for an application-global resource bundle
  + * Support for a session-global resource bundle that may be
  + * used for skinning of the user interface.
    * 
    * @author Gavin King
    */
  @@ -28,7 +29,9 @@
   @BypassInterceptors
   @Name("org.jboss.seam.theme.theme")
   @Install(precedence=BUILT_IN)
  -public class Theme implements Serializable {
  +public class Theme implements Serializable 
  +{
  +   
      private static final long serialVersionUID = -7003055918970882103L;
      
      private transient Map messages;
  
  
  



More information about the jboss-cvs-commits mailing list