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

Gavin King gavin.king at jboss.com
Wed Jun 20 16:24:08 EDT 2007


  User: gavin   
  Date: 07/06/20 16:24:08

  Modified:    src/main/org/jboss/seam/contexts  Contexts.java
  Log:
  El cant call static method
  
  Revision  Changes    Path
  1.56      +28 -38    jboss-seam/src/main/org/jboss/seam/contexts/Contexts.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Contexts.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/Contexts.java,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -b -r1.55 -r1.56
  --- Contexts.java	20 Jun 2007 17:45:55 -0000	1.55
  +++ Contexts.java	20 Jun 2007 20:24:08 -0000	1.56
  @@ -6,16 +6,10 @@
    */
   package org.jboss.seam.contexts;
   
  -import static org.jboss.seam.annotations.Install.BUILT_IN;
  -
   import java.util.Map;
   
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
  -import org.jboss.seam.annotations.Install;
  -import org.jboss.seam.annotations.Name;
  -import org.jboss.seam.annotations.Scope;
  -import org.jboss.seam.annotations.intercept.BypassInterceptors;
   import org.jboss.seam.bpm.BusinessProcess;
   import org.jboss.seam.core.Events;
   import org.jboss.seam.core.Init;
  @@ -32,10 +26,6 @@
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    */
  - at Name("org.jboss.seam.contexts.contexts")
  - at BypassInterceptors
  - at Install(precedence=BUILT_IN)
  - at Scope(ScopeType.APPLICATION)
   public class Contexts 
   {
   
  
  
  



More information about the jboss-cvs-commits mailing list