From: earplov Date: Thu, 24 Mar 2016 12:21:27 +0000 (+0100) Subject: comment typo in JniExecutor X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5ef3f66b4c3a17b4653450d2ffa80bf1d95f4dfa;hp=--cc;p=deliverable%2Ftitan.core.git comment typo in JniExecutor Signed-off-by: earplov --- 5ef3f66b4c3a17b4653450d2ffa80bf1d95f4dfa diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java index 1a974ae..f0f9420 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java @@ -37,7 +37,7 @@ import org.eclipse.titan.executorapi.util.Log; * SINGLETON *

* 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. *