Revision: 4881
http://sourceforge.net/p/vexi/code/4881
Author: clrg
Date: 2016-09-06 10:39:04 +0000 (Tue, 06 Sep 2016)
Log Message:
-----------
Fix setDefaultTimeout.
Modified Paths:
--------------
branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Vexi.jpp
Modified: branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Vexi.jpp
===================================================================
--- branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Vexi.jpp
2016-09-06 10:37:08 UTC (rev 4880)
+++ branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Vexi.jpp
2016-09-06 10:39:04 UTC (rev 4881)
@@ -405,13 +405,13 @@
* @return(xmlrpc) */
case "net.rpc.xml": return METHOD;
- /* Set how long in milliseconds Vexi will attempt an RPC call before
it times out
+ /* Get how long in milliseconds Vexi will attempt an RPC call before
it times out
* @param(ms) */
case "net.getDefaultTimeout": return METHOD;
- /* Get how long in milliseconds Vexi will attempt an RPC call before
it times out
+ /* Set how long in milliseconds Vexi will attempt an RPC call before
it times out
* @return(number) */
- case "net.getDefaultTimeout": return METHOD;
+ case "net.setDefaultTimeout": return METHOD;
/* <p>Paramaters passed into vexi when launched can read as properties
on this object</p>
*
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn