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

Shane Bryzak sbryzak at redhat.com
Tue Mar 13 05:16:48 EDT 2007


  User: sbryzak2
  Date: 07/03/13 05:16:48

  Modified:    src/remoting/org/jboss/seam/remoting  Call.java
  Log:
  incorrect type
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/remoting/org/jboss/seam/remoting/Call.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Call.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/Call.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Call.java	27 Feb 2007 22:15:23 -0000	1.1
  +++ Call.java	13 Mar 2007 09:16:48 -0000	1.2
  @@ -123,7 +123,7 @@
         {
           if (c.isAnnotationPresent(EJB.LOCAL))
           {
  -          type = component.getBusinessInterfaces().iterator().next();
  +          type = c;
             break;
           }
         }
  
  
  



More information about the jboss-cvs-commits mailing list