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

Gavin King gavin.king at jboss.com
Sun Oct 22 18:37:02 EDT 2006


  User: gavin   
  Date: 06/10/22 18:37:02

  Modified:    src/main/org/jboss/seam/interceptors 
                        AsynchronousInterceptor.java
  Log:
  minor
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/src/main/org/jboss/seam/interceptors/AsynchronousInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AsynchronousInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/AsynchronousInterceptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- AsynchronousInterceptor.java	22 Oct 2006 01:47:12 -0000	1.4
  +++ AsynchronousInterceptor.java	22 Oct 2006 22:37:02 -0000	1.5
  @@ -18,7 +18,7 @@
      {
         boolean scheduleAsync = invocation.getMethod().isAnnotationPresent(Asynchronous.class) && 
               !Contexts.getEventContext().isSet(Dispatcher.EXECUTING_ASYNCHRONOUS_CALL);
  -      if ( scheduleAsync )
  +      if (scheduleAsync)
         {
            Timer timer = Dispatcher.instance().scheduleInvocation(invocation, getComponent());
            //if the method returns a Timer, return it to the client
  
  
  



More information about the jboss-cvs-commits mailing list