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 2003/03/11 14:27:49 UTC

cvs commit: xml-axis/java/test/wsdl/jaxrpchandler ServerHandler.java

dims        2003/03/11 05:27:49

  Modified:    java/test/wsdl/jaxrpchandler ServerHandler.java
  Log:
  Forgot to check-in fixed test case for jaxrpc handler
  
  Revision  Changes    Path
  1.3       +2 -2      xml-axis/java/test/wsdl/jaxrpchandler/ServerHandler.java
  
  Index: ServerHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/jaxrpchandler/ServerHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ServerHandler.java	11 Dec 2002 22:40:21 -0000	1.2
  +++ ServerHandler.java	11 Mar 2003 13:27:49 -0000	1.3
  @@ -49,7 +49,7 @@
   			e.printStackTrace();
   		}
   
  -		return false;
  +		return true;
   	}
   
   	/**
  @@ -72,7 +72,7 @@
   		} catch (Exception e) {
   			e.printStackTrace();
   		}
  -		return false;
  +		return true;
   	}
   
   	/**