You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rpc-dev@xml.apache.org by ha...@apache.org on 2001/11/06 20:08:09 UTC

cvs commit: xml-rpc/src/java/org/apache/xmlrpc/applet JSXmlRpcApplet.java

hannes      01/11/06 11:08:09

  Modified:    src/java/org/apache/xmlrpc/applet JSXmlRpcApplet.java
  Log:
  added missing quote
  
  Revision  Changes    Path
  1.2       +1 -1      xml-rpc/src/java/org/apache/xmlrpc/applet/JSXmlRpcApplet.java
  
  Index: JSXmlRpcApplet.java
  ===================================================================
  RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/applet/JSXmlRpcApplet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JSXmlRpcApplet.java	2001/11/06 17:30:12	1.1
  +++ JSXmlRpcApplet.java	2001/11/06 19:08:09	1.2
  @@ -161,7 +161,7 @@
       public Object execute (String methodName) {
   	// XmlRpcSupport.setDebug (true);
   	errorMessage = null;
  -	showStatus (Connecting to Server...");
  +	showStatus ("Connecting to Server...");
   	Object returnValue = null;
   	try {
   	    returnValue = execute (methodName, arguments);