You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2004/10/21 20:29:36 UTC

cvs commit: ws-axis/java/samples/perf PerfPortSoapBindingImpl.java

dims        2004/10/21 11:29:36

  Modified:    java/samples/perf PerfPortSoapBindingImpl.java
  Log:
  _Port ==> _PortType.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/java/samples/perf/PerfPortSoapBindingImpl.java
  
  Index: PerfPortSoapBindingImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/samples/perf/PerfPortSoapBindingImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PerfPortSoapBindingImpl.java	26 Apr 2004 11:51:43 -0000	1.1
  +++ PerfPortSoapBindingImpl.java	21 Oct 2004 18:29:36 -0000	1.2
  @@ -7,7 +7,7 @@
   
   package samples.perf;
   
  -public class PerfPortSoapBindingImpl implements samples.perf.PerfService_Port{
  +public class PerfPortSoapBindingImpl implements samples.perf.PerfService_PortType{
       public java.lang.String handleStringArray(java.lang.String[] s) throws java.rmi.RemoteException {
           String returnString;
           returnString = "array length was - " + s.length;