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

Gavin King gavin.king at jboss.com
Mon Oct 16 09:23:48 EDT 2006


  User: gavin   
  Date: 06/10/16 09:23:48

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  fixed formatting
  
  Revision  Changes    Path
  1.194     +3 -2      jboss-seam/src/main/org/jboss/seam/Component.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Component.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/Component.java,v
  retrieving revision 1.193
  retrieving revision 1.194
  diff -u -b -r1.193 -r1.194
  --- Component.java	16 Oct 2006 00:25:46 -0000	1.193
  +++ Component.java	16 Oct 2006 13:23:48 -0000	1.194
  @@ -111,7 +111,7 @@
    *
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    * @author Gavin King
  - * @version $Revision: 1.193 $
  + * @version $Revision: 1.194 $
    */
   @Scope(ScopeType.APPLICATION)
   public class Component
  @@ -221,7 +221,8 @@
               throw new IllegalArgumentException("@Synchronized not meaningful for stateless components: " + name);
            }
            timeout = beanClass.isAnnotationPresent(Synchronized.class) ?
  -             beanClass.getAnnotation(Synchronized.class).timeout() : Synchronized.DEFAULT_TIMEOUT;
  +               beanClass.getAnnotation(Synchronized.class).timeout() : 
  +               Synchronized.DEFAULT_TIMEOUT;
         }
   
         jndiName = getJndiName(applicationContext);
  
  
  



More information about the jboss-cvs-commits mailing list