Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Component/s: Documentation
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
The 'Connection to Continuum' section on the 'Guide to use XML-RPC with Continuum' page contains example code for connecting to a Continuum instance. In the example code, the type of the url variable is String. However, in the API it is java.net.URL.
Attached screenshot showing incorrect example code.