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

Gavin King gavin.king at jboss.com
Mon Jun 25 18:56:47 EDT 2007


  User: gavin   
  Date: 07/06/25 18:56:47

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  exception(s)
  
  Revision  Changes    Path
  1.265     +5 -5      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.264
  retrieving revision 1.265
  diff -u -b -r1.264 -r1.265
  --- Component.java	25 Jun 2007 16:49:38 -0000	1.264
  +++ Component.java	25 Jun 2007 22:56:47 -0000	1.265
  @@ -54,34 +54,34 @@
   import javax.naming.NamingException;
   import javax.servlet.http.HttpSessionActivationListener;
   
  -import org.jboss.seam.annotations.Asynchronous;
   import org.jboss.seam.annotations.Begin;
  -import org.jboss.seam.annotations.BeginTask;
   import org.jboss.seam.annotations.Conversational;
   import org.jboss.seam.annotations.Create;
   import org.jboss.seam.annotations.DataBinderClass;
   import org.jboss.seam.annotations.DataSelectorClass;
   import org.jboss.seam.annotations.Destroy;
   import org.jboss.seam.annotations.End;
  -import org.jboss.seam.annotations.EndTask;
   import org.jboss.seam.annotations.In;
   import org.jboss.seam.annotations.JndiName;
   import org.jboss.seam.annotations.Observer;
   import org.jboss.seam.annotations.Out;
   import org.jboss.seam.annotations.RaiseEvent;
  -import org.jboss.seam.annotations.RequestParameter;
   import org.jboss.seam.annotations.Scope;
  -import org.jboss.seam.annotations.StartTask;
   import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.Synchronized;
   import org.jboss.seam.annotations.Transactional;
   import org.jboss.seam.annotations.Unwrap;
  +import org.jboss.seam.annotations.async.Asynchronous;
  +import org.jboss.seam.annotations.bpm.BeginTask;
  +import org.jboss.seam.annotations.bpm.EndTask;
  +import org.jboss.seam.annotations.bpm.StartTask;
   import org.jboss.seam.annotations.datamodel.DataModel;
   import org.jboss.seam.annotations.intercept.InterceptorType;
   import org.jboss.seam.annotations.intercept.Interceptors;
   import org.jboss.seam.annotations.jsf.Converter;
   import org.jboss.seam.annotations.jsf.Validator;
   import org.jboss.seam.annotations.security.Restrict;
  +import org.jboss.seam.annotations.web.RequestParameter;
   import org.jboss.seam.contexts.Context;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.core.Events;
  
  
  



More information about the jboss-cvs-commits mailing list