Index: src/site/apt/developer_guides/xmlrpc.apt
===================================================================
--- src/site/apt/developer_guides/xmlrpc.apt	(revision 691585)
+++ src/site/apt/developer_guides/xmlrpc.apt	(working copy)
@@ -42,7 +42,7 @@
     * password, the user's password
 
 +--------------------------+
-String url = "http://localhost:8080/continuum/xmlrpc";
+URL url = new URL( "http://localhost:8080/continuum/xmlrpc" );
 ContinuumXmlRpcClient client = new ContinuumXmlRpcClient( url, username, password );
 +--------------------------+
 

