r21168: - Step 2: Update swat for the latest qooxdoo version. The build now copies
[ira/wip.git] / webapps / swat / source / class / swat / main / AbstractModuleFsm.js
index 5ff8e69f401f8e1caa9774e858cd49ba37894455..273c9ad8a3360850bf1b098fd38f3b191a437105 100644 (file)
@@ -472,10 +472,10 @@ qx.Proto.addAwaitRpcResultState = function(module, blockedEvents)
  * @param fsm {qx.util.fsm.FiniteStateMachine}
  *   The finite state machine issuing this remote procedure call.
  *
- * @param service {string}
+ * @param service {String}
  *   The name of the remote service which provides the specified method.
  *
- * @param method {string}
+ * @param method {String}
  *   The name of the method within the specified service.
  *
  * @param params {Array}