comment typo in JniExecutor
authorearplov <arpad.lovassy@ericsson.com>
Thu, 24 Mar 2016 12:21:27 +0000 (13:21 +0100)
committerearplov <arpad.lovassy@ericsson.com>
Thu, 24 Mar 2016 12:21:27 +0000 (13:21 +0100)
Signed-off-by: earplov <arpad.lovassy@ericsson.com>
titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java

index 1a974ae5e607509cd3d46f45c66e0f286f9fd1d8..f0f942087189cfc40f07bfbd798e863aae2eecc4 100644 (file)
@@ -37,7 +37,7 @@ import org.eclipse.titan.executorapi.util.Log;
  * SINGLETON
  * <p>
  * This executor handles the execution of tests compiled in a parallel mode, via directly connecting to the MainController (MC) written in C++.
- * It controls MC with commands, most of methods in this class represents one or more MC commands.
+ * It controls MC with commands, most methods in this class represents one or more MC commands.
  * These methods can be called in certain states.
  * They can be synchronous or asynchronous.
  * <p>
This page took 0.038506 seconds and 5 git commands to generate.