gdaniels    02/04/11 10:08:37

  Modified:    java/src/org/apache/axis/description ServiceDesc.java
  Log:
  When syncing operations to java methods, make sure to record the return
  class as well...
  
  Revision  Changes    Path
  1.16      +2 -0      xml-axis/java/src/org/apache/axis/description/ServiceDesc.java
  
  Index: ServiceDesc.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/description/ServiceDesc.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ServiceDesc.java  11 Apr 2002 16:23:47 -0000      1.15
  +++ ServiceDesc.java  11 Apr 2002 17:08:37 -0000      1.16
  @@ -437,6 +437,8 @@
                       continue;
                   }
   
  +                oper.setReturnClass(method.getReturnType());
  +
                   // At some point we might want to check here to see if this
                   // Method is already associated with another Operation, but
                   // this doesn't seem critital.
  
  
  


Reply via email to